您的位置:首页 > 运维架构 > Nginx

Nginx 查找配置文件路径

2018-03-27 20:51 281 查看
步骤一

$ ps -ef|grep nginx

root      2863     1  0  2017 ?        00:00:00 nginx: master process /usr/local/nginx/sbin/nginx
nobody    2864  2863  0  2017 ?        00:00:15 nginx: worker process


步骤二

$ /usr/local/nginx/sbin/nginx -t
$ nginx: the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok
$ nginx: configuration file /usr/local/nginx/conf/nginx.conf test is successful
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: