1. 程式人生 > >三、nginx 編譯參數

三、nginx 編譯參數

啟動服務 cep -o wsgi log nginx 模塊 module sys pos

命令

--prefix=/usr/share/nginx  # nginx 幫助目錄
--sbin-path=/usr/sbin/nginx # nginx 執行命令
--modules-path=/usr/lib64/nginx/modules # nginx 模塊
--conf-path=/etc/nginx/nginx.conf # nginx 配置文件
--error-log-path=/var/log/nginx/error.log # nginx 錯誤日誌
--http-log-path=/var/log/nginx/access.log # nginx 訪問日誌
--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=/var/run/nginx.pid # nginx 啟動服務的 Pid --lock-path=/var/lock/subsys/nginx # nginx 鎖目錄 --user=nginx --group=nginx # 設定 nginx 進程啟動的用戶和用戶組
--with-file
-aio --with-ipv6
--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 #設置額外的參數將被添加到CFLASGS變量 --param=ssp-buffer-size=4 -m64 -mtune=generic --with-ld-opt= -Wl,-E‘ # 設置附加的參數,鏈接系統庫

三、nginx 編譯參數