nginx.conf配置文件在哪里?

nginx.conf的位置一般很好找,但是遇到陌生的Nginx服务器可能路径就不对了,分享大家一个十分精准的寻找nginx.conf配置的方法。

寻找nginx.conf配置文件的方法

一:先找出nginx可执行文件的路径

ps -ef | grep nginx
实例:

[root@aliyunbaike ~]# ps -ef | grep nginx
root      1995     1  0 09:17 ?        00:00:00 nginx: master process /usr/local/nginx/sbin/nginx
www       4767  1995  0 09:18 ?        00:00:00 nginx: worker process
root      6234  2044  0 09:22 pts/1    00:00:00 grep nginx

找出配置文件路径

/usr/local/nginx/sbin/nginx -t
实例:

[root@aliyunbaike ~]# /usr/local/nginx/sbin/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

如实例所示,nginx.conf配置文件路径就出来了!nginx: configuration file /usr/local/nginx/conf/nginx.conf test is successful

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

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