Revert "Rollback SPDY module and SSL config (TLSv1, TLSv1.1)"

This reverts commit 33cd571e41.
This commit is contained in:
2018-06-11 20:10:30 +09:00
parent ddb753fb83
commit 6dd57f72aa
20 changed files with 86 additions and 5864 deletions
-28
View File
@@ -134,7 +134,6 @@ if [ $HTTP = YES ]; then
# ngx_http_header_filter
# ngx_http_chunked_filter
# ngx_http_v2_filter
# ngx_http_spdy_filter
# ngx_http_range_header_filter
# ngx_http_gzip_filter
# ngx_http_postpone_filter
@@ -167,7 +166,6 @@ if [ $HTTP = YES ]; then
ngx_http_header_filter_module \
ngx_http_chunked_filter_module \
ngx_http_v2_filter_module \
ngx_http_spdy_filter_module \
ngx_http_range_header_filter_module \
ngx_http_gzip_filter_module \
ngx_http_postpone_filter_module \
@@ -229,19 +227,6 @@ if [ $HTTP = YES ]; then
. auto/module
fi
if [ $HTTP_SPDY = YES ]; then
have=NGX_HTTP_SPDY . auto/have
USE_ZLIB=YES
ngx_module_name=ngx_http_spdy_filter_module
ngx_module_incs=
ngx_module_deps=
ngx_module_srcs=src/http/ngx_http_spdy_filter_module.c
ngx_module_libs=
ngx_module_link=$HTTP_SPDY
. auto/module
fi
if :; then
ngx_module_name=ngx_http_range_header_filter_module
ngx_module_incs=
@@ -408,19 +393,6 @@ if [ $HTTP = YES ]; then
. auto/module
fi
if [ $HTTP_SPDY = YES ]; then
have=NGX_HTTP_SPDY . auto/have
ngx_module_name=ngx_http_spdy_module
ngx_module_incs=src/http
ngx_module_deps="src/http/ngx_http_spdy.h src/http/ngx_http_spdy_module.h"
ngx_module_srcs="src/http/ngx_http_spdy.c \
src/http/ngx_http_spdy_module.c"
ngx_module_libs=
ngx_module_link=$HTTP_SPDY
. auto/module
fi
if :; then
ngx_module_name=ngx_http_not_modified_filter_module
ngx_module_incs=