Update nbuild.sh
This commit is contained in:
+21
-8
@@ -7,22 +7,35 @@
|
|||||||
--lock-path=/var/run/nginx.lock \
|
--lock-path=/var/run/nginx.lock \
|
||||||
--error-log-path=/nginx/logs/error.log \
|
--error-log-path=/nginx/logs/error.log \
|
||||||
--http-log-path=/nginx/logs/access.log \
|
--http-log-path=/nginx/logs/access.log \
|
||||||
--with-http_v2_module \
|
|
||||||
--with-pcre \
|
--with-pcre \
|
||||||
|
--with-threads \
|
||||||
|
--with-file-aio \
|
||||||
|
--with-http_ssl_module \
|
||||||
|
--with-http_v2_module \
|
||||||
|
--with-http_realip_module \
|
||||||
|
--with-http_addition_module \
|
||||||
|
--with-http_xslt_module \
|
||||||
|
--with-http_image_filter_module \
|
||||||
--with-http_geoip_module \
|
--with-http_geoip_module \
|
||||||
|
--with-http_sub_module \
|
||||||
|
--with-http_dav_module \
|
||||||
|
--with-http_flv_module \
|
||||||
|
--with-http_mp4_module \
|
||||||
--with-http_gunzip_module \
|
--with-http_gunzip_module \
|
||||||
--with-http_gzip_static_module \
|
--with-http_gzip_static_module \
|
||||||
--with-http_image_filter_module \
|
--with-http_auth_request_module \
|
||||||
|
--with-http_random_index_module \
|
||||||
--with-http_secure_link_module \
|
--with-http_secure_link_module \
|
||||||
--with-http_sub_module \
|
--with-http_degradation_module \
|
||||||
--with-http_xslt_module \
|
--with-http_slice_module \
|
||||||
--with-http_ssl_module \
|
|
||||||
--with-http_stub_status_module \
|
--with-http_stub_status_module \
|
||||||
--with-http_realip_module \
|
--with-mail \
|
||||||
|
--with-mail_ssl_module \
|
||||||
--with-stream \
|
--with-stream \
|
||||||
--with-stream_ssl_module \
|
--with-stream_ssl_module \
|
||||||
--with-threads \
|
--with-stream_realip_module \
|
||||||
--with-http_dav_module \
|
--with-stream_geoip_module \
|
||||||
|
--with-stream_ssl_preread_module \
|
||||||
--with-ld-opt="-Wl,-rpath,/usr/local/lib/" \
|
--with-ld-opt="-Wl,-rpath,/usr/local/lib/" \
|
||||||
--add-module=/opt/nginx/modules/ngx_devel_kit \
|
--add-module=/opt/nginx/modules/ngx_devel_kit \
|
||||||
--add-module=/opt/nginx/modules/ngx_pagespeed-1.13.35.1-beta \
|
--add-module=/opt/nginx/modules/ngx_pagespeed-1.13.35.1-beta \
|
||||||
|
|||||||
Reference in New Issue
Block a user