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成神之路。
共有 0 条评论