如何找到Nginx的配置文件位置?
微wx笑 2019-08-28【网络工具】 15 0关键字:
如何找到Nginx的配置文件位置?其实只需要执行一个命令:sudo nginx -tPassword:nginx: the configuration file /opt/local/etc/nginx/nginx.conf syntax is oknginx: configur
如何找到Nginx的配置文件位置?
其实只需要执行一个命令:
sudo nginx -t Password: nginx: the configuration file /opt/local/etc/nginx/nginx.conf syntax is ok nginx: configuration file /opt/local/etc/nginx/nginx.conf test is successful
nginx -t 是测试当前的配置文件是否有语法错误,当执行这个命令的时候,就会输出配置文件的完整路径。
本文由 微wx笑 创作,采用 署名-非商业性使用-相同方式共享 4.0 许可协议,转载请附上原文出处链接及本声明。
原文链接:https://www.ivu4e.cn/toolbox/newwork/2019-08-28/160.html