roles/nginx: Remove spdy_headers_comp
It was deprecated when nginx added support for HTTP/2. Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
parent
a3e71e75d2
commit
24a3724dfe
@ -15,7 +15,6 @@ nginx_ssl_session_cache: shared:SSL:10m
|
|||||||
nginx_ssl_buffer_size: 1400
|
nginx_ssl_buffer_size: 1400
|
||||||
nginx_ssl_dhparam: /etc/ssl/certs/dhparam.pem
|
nginx_ssl_dhparam: /etc/ssl/certs/dhparam.pem
|
||||||
nginx_ssl_protocols: 'TLSv1 TLSv1.1 TLSv1.2'
|
nginx_ssl_protocols: 'TLSv1 TLSv1.1 TLSv1.2'
|
||||||
nginx_spdy_headers_comp: 6
|
|
||||||
|
|
||||||
# Enable HTTP Strict Transport Security?
|
# Enable HTTP Strict Transport Security?
|
||||||
# True on production, False on development!
|
# True on production, False on development!
|
||||||
|
@ -28,9 +28,6 @@
|
|||||||
# of such infrastructure, consider turning off session tickets:
|
# of such infrastructure, consider turning off session tickets:
|
||||||
ssl_session_tickets off;
|
ssl_session_tickets off;
|
||||||
|
|
||||||
# enable SPDY header compression
|
|
||||||
spdy_headers_comp {{ nginx_spdy_headers_comp }};
|
|
||||||
|
|
||||||
{% if nginx_enable_hsts == True %}
|
{% if nginx_enable_hsts == True %}
|
||||||
# Enable this if you want HSTS (recommended, but be careful)
|
# Enable this if you want HSTS (recommended, but be careful)
|
||||||
# Include all subdomains and indicate to Google that we want this pre-loaded in Chrome's HSTS store
|
# Include all subdomains and indicate to Google that we want this pre-loaded in Chrome's HSTS store
|
||||||
|
Loading…
Reference in New Issue
Block a user