zoukankan      html  css  js  c++  java
  • 查看nginx的配置文件路径

    1.查看nginx路径

    ps aux|grep nginx
    root 352 0.0 0.0 2468624 924 ?? S 10:43上午 0:00.08 nginx: worker process 
    root 232 0.0 0.0 2459408 532 ?? S 10:43上午 0:00.02 nginx: master process /usr/local/opt/nginx/bin/nginx -g daemon off; 
    root 2345 0.0 0.0 2432772 640 s000 S+ 1:01下午 0:00.00 grep nginx


    nginx的路径为:/usr/local/opt/nginx/bin/nginx


    2.查看nginx配置文件路径


    使用nginx的 -t 参数进行配置检查,即可知道实际调用的配置文件路径及是否调用有效。

    /usr/local/opt/nginx/bin/nginx -t
    nginx: the configuration file /usr/local/etc/nginx/nginx.conf syntax is ok
    nginx: configuration file /usr/local/etc/nginx/nginx.conf test is successful


    测试可知,nginx的配置文件路径为:/usr/local/etc/nginx/nginx.conf 且调用有效。

  • 相关阅读:
    [论文复现笔记]Im2Struct
    深度学习踩坑
    Matlab问题汇总
    Linux网络服务
    探索Blender
    [每日挖坑]20200728
    Ubuntu重启之后显卡挂了
    3D视觉知识点
    [每日挖坑]20200727
    遥感影像相关知识
  • 原文地址:https://www.cnblogs.com/Denny_Yang/p/15138361.html
Copyright © 2011-2022 走看看