Update nbuild.sh
This commit is contained in:
+3
-3
@@ -1,6 +1,7 @@
|
|||||||
./configure \
|
./configure \
|
||||||
--user=nginx \
|
--user=nginx \
|
||||||
--group=nginx \
|
--group=nginx \
|
||||||
|
--with-openssl=/opt/nginx/openssl-OpenSSL_1_0_2h/ \
|
||||||
--sbin-path=/usr/sbin/nginx \
|
--sbin-path=/usr/sbin/nginx \
|
||||||
--conf-path=/nginx/nginx.conf \
|
--conf-path=/nginx/nginx.conf \
|
||||||
--pid-path=/var/run/nginx.pid \
|
--pid-path=/var/run/nginx.pid \
|
||||||
@@ -26,7 +27,6 @@
|
|||||||
--with-http_auth_request_module \
|
--with-http_auth_request_module \
|
||||||
--with-http_random_index_module \
|
--with-http_random_index_module \
|
||||||
--with-http_secure_link_module \
|
--with-http_secure_link_module \
|
||||||
--with-http_degradation_module \
|
|
||||||
--with-http_slice_module \
|
--with-http_slice_module \
|
||||||
--with-http_stub_status_module \
|
--with-http_stub_status_module \
|
||||||
--with-mail \
|
--with-mail \
|
||||||
@@ -35,7 +35,6 @@
|
|||||||
--with-stream_ssl_module \
|
--with-stream_ssl_module \
|
||||||
--with-stream_realip_module \
|
--with-stream_realip_module \
|
||||||
--with-stream_geoip_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 \
|
||||||
@@ -50,4 +49,5 @@
|
|||||||
--add-module=/opt/nginx/modules/nginx-mysql-module \
|
--add-module=/opt/nginx/modules/nginx-mysql-module \
|
||||||
--add-module=/opt/nginx/modules/ModSecurity-nginx \
|
--add-module=/opt/nginx/modules/ModSecurity-nginx \
|
||||||
--add-module=/opt/nginx/modules/encrypted-session-nginx-module \
|
--add-module=/opt/nginx/modules/encrypted-session-nginx-module \
|
||||||
--add-module=/opt/nginx/modules/naxsi/naxsi_src/
|
--add-module=/opt/nginx/modules/naxsi/naxsi_src/ \
|
||||||
|
--add-module=/opt/nginx/modules/nginx-http-rdns
|
||||||
|
|||||||
Reference in New Issue
Block a user