forked from Hakase/nginx-build
Revert "Rollback SPDY module and SSL config (TLSv1, TLSv1.1)"
This reverts commit 33cd571e41.
This commit is contained in:
@@ -74,9 +74,6 @@ typedef struct {
|
||||
unsigned wildcard:1;
|
||||
unsigned ssl:1;
|
||||
unsigned http2:1;
|
||||
#if (NGX_HTTP_SPDY)
|
||||
unsigned spdy:1;
|
||||
#endif
|
||||
#if (NGX_HAVE_INET6)
|
||||
unsigned ipv6only:1;
|
||||
#endif
|
||||
@@ -241,9 +238,6 @@ struct ngx_http_addr_conf_s {
|
||||
|
||||
unsigned ssl:1;
|
||||
unsigned http2:1;
|
||||
#if (NGX_HTTP_SPDY)
|
||||
unsigned spdy:1;
|
||||
#endif
|
||||
unsigned proxy_protocol:1;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user