From 96c2f521de3c221202a264ad855d58690ac9827c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C6=ACHE=20=D0=AFAW=20=E2=98=A3?= Date: Mon, 1 Jan 2018 21:40:27 +0100 Subject: [PATCH] Update nbuild.sh --- static/nbuild.sh | 78 ++++++++++++++++++++++++------------------------ 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/static/nbuild.sh b/static/nbuild.sh index aef3fe0..cf012f7 100644 --- a/static/nbuild.sh +++ b/static/nbuild.sh @@ -1,41 +1,40 @@ -./configure \ ---user=nginx \ ---group=nginx \ ---sbin-path=/usr/sbin/nginx \ ---conf-path=/nginx/nginx.conf \ ---pid-path=/var/run/nginx.pid \ ---lock-path=/var/run/nginx.lock \ ---error-log-path=/nginx/logs/error.log \ ---http-log-path=/nginx/logs/access.log \ ---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_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_auth_request_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-mail \ ---with-mail_ssl_module \ ---with-stream \ ---with-stream_ssl_module \ ---with-stream_realip_module \ ---with-stream_geoip_module \ ---with-stream_ssl_preread_module \ +./configure \ +--user=nginx \ +--group=nginx \ +--with-openssl=/opt/nginx/openssl-OpenSSL_1_0_2h/ \ +--sbin-path=/usr/sbin/nginx \ +--conf-path=/nginx/nginx.conf \ +--pid-path=/var/run/nginx.pid \ +--lock-path=/var/run/nginx.lock \ +--error-log-path=/nginx/logs/error.log \ +--http-log-path=/nginx/logs/access.log \ +--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_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_auth_request_module \ +--with-http_random_index_module \ +--with-http_secure_link_module \ +--with-http_slice_module \ +--with-http_stub_status_module \ +--with-mail \ +--with-mail_ssl_module \ +--with-stream \ +--with-stream_ssl_module \ +--with-stream_realip_module \ +--with-stream_geoip_module \ --with-ld-opt="-Wl,-rpath,/usr/local/lib/" \ --add-module=/opt/nginx/modules/ngx_devel_kit \ --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/ModSecurity-nginx \ --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