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
-6
View File
@@ -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;
};