有时候在操作一台陌生的nginx服务器的时候,需要知道配置文件在哪里,下面教大家一种简单的方法:
- 先找出nginx可执行文件的路径
ps -ef | grep nginx
图中显示的就是nginx可执行文件的路径 - 找出配置文件路径
/usr/local/openresty/nginx/sbin/nginx -t
这样配置文件的路径就显示出来啦~
转发自:http://blog.csdn.net/ljfrocky/article/details/50524354
有时候在操作一台陌生的nginx服务器的时候,需要知道配置文件在哪里,下面教大家一种简单的方法:
ps -ef | grep nginx
/usr/local/openresty/nginx/sbin/nginx -t
转发自:http://blog.csdn.net/ljfrocky/article/details/50524354