Nginx修改默认端口
systemctl restart nginx
Nginx默认端口是80,但是WEB的端口也是80,为了不使他们冲突就需要更改Nginx的默认端口
首先找到配置文件在哪里,一般都在/etc/nginx目录下
whereis nginx.conf
分别打开这两个文件,修改里面的80为8080或者其他
重启Nginx
whereis nginx.conf
完成。
THE END
二维码