Rollback SPDY module and SSL config (TLSv1, TLSv1.1)
This commit is contained in:
@@ -58,6 +58,7 @@ HTTP_CACHE=YES
|
||||
HTTP_CHARSET=YES
|
||||
HTTP_GZIP=YES
|
||||
HTTP_SSL=NO
|
||||
HTTP_SPDY=NO
|
||||
HTTP_V2=NO
|
||||
HTTP_V2_HPACK_ENC=NO
|
||||
HTTP_SSI=YES
|
||||
@@ -223,6 +224,7 @@ $0: warning: the \"--with-ipv6\" option is deprecated"
|
||||
--http-scgi-temp-path=*) NGX_HTTP_SCGI_TEMP_PATH="$value" ;;
|
||||
|
||||
--with-http_ssl_module) HTTP_SSL=YES ;;
|
||||
--with-http_spdy_module) HTTP_SPDY=YES ;;
|
||||
--with-http_v2_module) HTTP_V2=YES ;;
|
||||
--with-http_v2_hpack_enc) HTTP_V2_HPACK_ENC=YES ;;
|
||||
--with-http_realip_module) HTTP_REALIP=YES ;;
|
||||
@@ -435,6 +437,7 @@ cat << END
|
||||
--with-file-aio enable file AIO support
|
||||
|
||||
--with-http_ssl_module enable ngx_http_ssl_module
|
||||
--with-http_spdy_module enable ngx_http_spdy_module
|
||||
--with-http_v2_module enable ngx_http_v2_module
|
||||
--with-http_v2_hpack_enc enable ngx_http_v2_hpack_enc
|
||||
--with-http_realip_module enable ngx_http_realip_module
|
||||
|
||||
Reference in New Issue
Block a user