linux安装nginx

linux安装nginx
方法一:yum安装nginx
端口配置文件82/etc/nginx/nginx.conf
1.安装
yum install -y nginx

2.修改配置文件
#修改监听端口为82
vi /etc/nginx/nginx.conf

[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-QZiAW3Lw-1649173729470)(C:%5CProgram%20Files%5CTypora%5Cimage-20220323153054944.png)]
3.启动nginx,并设为开机自启
systemctl enable nginx.service
systemctl start nginx.service

4.常用命令
查看版本:nginx -v
检查配置文件:nginx -t
启动:systemctl start nginx.se

linux安装nginx最先出现在Python成神之路

版权声明:
作者:感冒的梵高
链接:https://www.techfm.club/p/29338.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>