Nginx常用配置引數的含義

chenfeng發表於2017-03-23
--prefix #nginx安裝目錄,預設在/usr/local/nginx
--pid-path #pid問件位置,預設在logs目錄
--lock-path #lock問件位置,預設在logs目錄
--with-http_ssl_module #開啟HTTP SSL模組,以支援HTTPS請求。
--with-http_dav_module #開啟WebDAV擴充套件動作模組,可為檔案和目錄指定許可權
--with-http_flv_module #支援對FLV檔案的拖動播放
--with-http_realip_module #支援顯示真實來源IP地址
--with-http_gzip_static_module #預壓縮檔案傳前檢查,防止檔案被重複壓縮
--with-http_stub_status_module #取得一些nginx的執行狀態
--with-mail #允許POP3/IMAP4/SMTP代理模組
--with-mail_ssl_module #允許POP3/IMAP/SMTP可以使用SSL/TLS
--with-pcre=../pcre-8.11 #注意是未安裝的pcre路徑
--with-zlib=../zlib-1.2.5 #注意是未安裝的zlib路徑
--with-debug #允許除錯日誌
--http-client-body-temp-path #客戶端請求臨時檔案路徑
--http-proxy-temp-path #設定http proxy臨時檔案路徑
--http-fastcgi-temp-path #設定http fastcgi臨時檔案路徑
--http-uwsgi-temp-path=/var/tmp/nginx/uwsgi #設定uwsgi 臨時檔案路徑
--http-scgi-temp-path=/var/tmp/nginx/scgi #設定scgi 臨時檔案路徑

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/15498/viewspace-2135943/,如需轉載,請註明出處,否則將追究法律責任。

相關文章