• 2019-08-27
nginx怎么配置默认端口

nginx配置默认端口的方法:首先找到nginx-1.15.0\conf\nginx.conf 文件;然后找到“listen”,其后面的数字则表示默认端口;最后修改默认端口,如8088即可。...

11