Linux下查看Nginx安装目录
时间:2020-03-16 19:16:19
收藏:0
阅读:1164
Linux环境下,怎么确定Nginx是以那个config文件启动的?
输入命令行: ps -ef | grep nginx
摁回车,将出现如下图片:
master process 后面的就是 nginx的目录
原文:https://www.cnblogs.com/WebLinuxStudy/p/12505736.html
评论(0)