查询Nginx安装目录和nginx.conf配置文件目录

Linux服务器查询Nginx安装目录以及Nginx配置文件nginx.conf路径的方法:

查看nginx安装目录

执行命令:ps -ef | grep nginx

[root@lamplnmp ~]# ps  -ef | grep nginx
root      4371  4351  0 13:41 pts/2    00:00:00 grep --color=auto nginx
root     30765     1  0 13:20 ?        00:00:00 nginx: master process /www/server/nginx/sbin/nginx -c /www/server/nginx/conf/nginx.conf
www      30766 30765  0 13:20 ?        00:00:00 nginx: worker process
www      30767 30765  0 13:20 ?        00:00:00 nginx: cache manager process

我们看到nginx的安装目录在:/www/server/nginx

查看nginx.conf配置文件目录

执行命令:nginx -t

[root@lamplnmp ~]# nginx -t
nginx: the configuration file /www/server/nginx/conf/nginx.conf syntax is ok
nginx: configuration file /www/server/nginx/conf/nginx.conf test is successful

Nginx启动/重启/停止命令

Nginx启动命令:service nginx start
Nginx重启命令:service nginx restart
Nginx停止命令:service nginx stop

2023腾讯云服务器超便宜,这个价格太可以了,抓紧上车!

注意:以上特价轻量服务器限制条件为“产品首单特惠”,如果你的腾讯云账号已经是老用户,建议重新注册一个腾讯云账号,如果你是新用户符合条件,那么无脑入,这个CPU内存带宽配置,价格确实便宜,值得买!