nginx的配置放在nginx.conf檔案中,一般我們可以使用以下命令檢視伺服器中存在的nginx.conf檔案。
locate nginx.conf/usr/local/nginx/conf/nginx.conf
/usr/local/nginx/conf/nginx.conf.default
如果伺服器中存在多個nginx.conf檔案,我們並不知道實際上呼叫的是哪個配置檔案,因此我們必須找到實際呼叫的配置檔案才能進行修改。
1.通過程序檢視配置檔案
ps aux | grep nginx
root 873 0.0 0.0 23728 1116 ? ss 09:26 0:00 nginx: master process /usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf
nginx的配置檔案路徑: /usr/local/nginx/conf/nginx.conf
2.檢視nginx命令
使用nginx的 -t 引數進行配置檢查,即可知道實際呼叫的配置檔案路徑及是否呼叫有效
nginx -tnginx: the configuration file /usr/local/nginx/conf/nginx.conf syntax is
oknginx: configuration file /usr/local/nginx/conf/nginx.conf test is successful
nginx的配置檔案的路徑: /usr/local/nginx/conf/nginx.conf
nginx快速檢視配置檔案的方法
分享一下我老師大神的人工智慧教程!零基礎,通俗易懂!nginx的配置放在nginx.conf檔案中,一般我們可以使用以下命令檢視伺服器中存在的nginx.conf檔案。locate nginx.conf usr local etc nginx nginx.conf usr local etc ngi...
nginx快速檢視配置檔案的方法
locate nginx.conf usr local etc nginx nginx.conf usr local etc nginx nginx.conf.default 如果伺服器中存在多個nginx.conf檔案,我們並不知道實際上呼叫的是哪個配置檔案,因此我們必須找到實際呼叫的配置檔案才能...
查詢nginx配置檔案
ps ef grep nginx ps ef grep nginx root 29514 1 0 mar01 00 00 00 nginx master process usr sbin nginx g daemon on master process on www data 29515 29514...