Nginx 查找配置文件路径

Love The Way You Lie 2022-05-28 02:09 307阅读 0赞

步骤一

  1. $ ps -ef|grep nginx
  2. root 2863 1 0 2017 ? 00:00:00 nginx: master process /usr/local/nginx/sbin/nginx
  3. nobody 2864 2863 0 2017 ? 00:00:15 nginx: worker process

步骤二

  1. $ /usr/local/nginx/sbin/nginx -t
  2. $ nginx: the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok
  3. $ nginx: configuration file /usr/local/nginx/conf/nginx.conf test is successful

发表评论

表情:
评论列表 (有 0 条评论,307人围观)

还没有评论,来说两句吧...

相关阅读