服务器
登录/注册
首页
Windows
软件
网络
服务器
安全
信创
AI
云计算
更多
Apple
硬件
数据
搜索
登录
注册
Linux 服务器上如何查找 nginx 的安装路径?
木马猎人
2023-8-13
服务器
625
linux
刚刚需要修改网站的 nginx 伪静态配置,于是登录到 VPS 主机,可是 nginx 的安装目录不记得了,怎么样快速查找?
点赞
1
收藏
1
收藏的用户(
1
)
X
正在加载信息~
2 个回答
小何同志
2023-8-13
2
楼
最简单的方法是用 ps -ef | grep nginx 命令:
[root@HQW-Aliyun ~]# ps -ef | grep nginx
root 908 1 0 Aug09 ? 00:00:00 nginx: master process /usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf
www 910 908 0 Aug09 ? 00:21:28 nginx: worker process
root 9586 9279 0 11:33 pts/0 00:00:00 grep nginx
赞
2
回复引用
引用
野溜小子
2023-8-13
3
楼
还可以使用 nginx -t 命令:
[root@Aliyun ~]# nginx -t
nginx: the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok
nginx: configuration file /usr/local/nginx/conf/nginx.conf test is successful
赞
2
回复引用
引用
探知网
4
楼
您需要登录后才可以发帖。
立即登录
丨
立即注册
回帖
高级回复
返回
发新帖
木马猎人
搜索