liuchd

查看nginx安装目录

1、ps -ef|grep nginx

 

master 的是nginx的线程

 

2、ll /proc/10504/exe

 

 

/usr/local/openresty/nginx/sbin/nginx 就是nginx的安装目录

 

查看nginx生效配置

1、/usr/local/openresty/nginx/sbin/nginx -t

 

 /usr/local/openresty/nginx/conf/nginx.conf  为nginx生效配置

分类:

技术点:

相关文章:

  • 2021-12-27
  • 2022-12-23
  • 2022-12-23
  • 2021-12-27
  • 2022-12-23
  • 2021-12-06
  • 2021-08-08
猜你喜欢
  • 2021-11-20
  • 2021-06-04
  • 2021-11-29
  • 2022-12-23
  • 2021-11-20
  • 2022-12-23
  • 2021-12-27
相关资源
相似解决方案