一,通過 nginx -t可以找到當前的nginx的加載的配置文件的地址
nginx -t nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful
二,通過 ps -ef|grep nginx可以很簡單的看到當前的配置文件加載路徑
三,通過 nginx -V 命令來進行查找,可以找到對應的配置文件的路徑
nginx -V nginx version: nginx/1.12.2 built by gcc 8.2.1 20180905 (Red Hat 8.2.1-3) (GCC) built with OpenSSL 1.0.2k-fips 26 Jan 2017 TLS SNI support enabled configure arguments: --prefix=/usr/local/nginx --add-module=/usr/local/src/headers-more-nginx-module-0.33 --prefix=/usr/share/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib64/nginx/modules --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --http-client-body-temp-path=/var/lib/nginx/tmp/client_body --http-proxy-temp-path=/var/lib/nginx/tmp/proxy --http-fastcgi-temp-path=/var/lib/nginx/tmp/fastcgi --http-uwsgi-temp-path=/var/lib/nginx/tmp/uwsgi --http-scgi-temp-path=/var/lib/nginx/tmp/scgi --pid-path=/run/nginx.pid --lock-path=/run/lock/subsys/nginx --user=nginx --group=nginx --with-file-aio --with-http_auth_request_module --with-http_ssl_module --with-http_v2_module --with-http_realip_module --with-http_addition_module --with-http_xslt_module=dynamic --with-http_image_filter_module=dynamic --with-http_geoip_module=dynamic --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_random_index_module --with-http_secure_link_module --with-http_degradation_module --with-http_slice_module --with-http_stub_status_module --with-http_perl_module=dynamic --with-mail=dynamic --with-mail_ssl_module --with-pcre --with-pcre-jit --with-stream=dynamic --with-stream_ssl_module --with-debug --with-cc-opt='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' --with-ld-opt='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-E'
四,通過 nginx -V 命令可以找到nginx的資源文件的路徑
文章版權歸作者所有,未經允許請勿轉載,若此文章存在違規行為,您可以聯系管理員刪除。
轉載請注明本文地址:http://specialneedsforspecialkids.com/yun/127735.html
摘要:如果有這個文件,那么新內容將會代替原來的內容。瀏覽器輸入端口訪問測試 前言 小編環境: 阿里云CentOS7.3服務器 docker 下面分享一次小編在自己的阿里云CentOS7.3服務器上使用Docker來安裝Nginx的一次全過程 溫馨小提示: 如果只是希望單純使用docker安裝nginx能跑靜態資源項目不管一些配置文件所放位置的話,可直接執行如下2條命令即可 1. dock...
摘要:即別名,與的匹配規則稍有不同。與的區別只能作用在中,而可以存在和中。后面必須要用結束,否則會找不到文件,而則對可有可無。 Nginx 安裝與配置規則入門 nginx 安裝與運行 (Mac OS環境) nginx 規則配置入門 一些命令行的配置 一、nginx 安裝與運行 (Mac OS環境) 1. 安裝 nginx 可通過 Homebrew 可直接安裝: $brew install...
摘要:根目錄訪問到了部署階段,我通常使用作為容器,將項目部署到一個根目錄下訪問。分析的項目配置默認是跑在根目錄下的。解決有一個屬性叫做,就是用于解決此類問題。現象網頁顯示,在請求頁面路由如時,該路由的請求狀態為。但直接訪問則會訪問失敗。 如果從頭開始搭建React項目,create-react-app通常是開發者的首選。畢竟不是誰都有精力去了解WebPack的復雜配置,而CRA將配置隱藏開箱...
摘要:它是一個高性能的和反向代理服務器,同時也可以作為的代理服務器。如果相對域名或參數字符串起作用,可以使用全局變量匹配,也可以使用反向代理。 nginx是什么? nginx是俄羅斯人 Igor Sysoev為俄羅斯訪問量第二的Rambler.ru站點開發的一個十分輕量級的HTTP服務器。它是一個高性能的HTTP和反向代理服務器,同時也可以作為IMAP/POP3/SMTP的代理服務器。ngi...
閱讀 589·2022-10-16 17:42
閱讀 6910·2022-09-15 21:46
閱讀 4941·2022-09-10 23:04
閱讀 701·2022-09-10 14:17
閱讀 2608·2022-09-08 15:38
閱讀 5011·2022-09-08 15:03