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:
Alan Orth 2015-09-23 18:20:31 +03:00
parent a3e71e75d2
commit 24a3724dfe
2 changed files with 0 additions and 4 deletions

View File

@ -15,7 +15,6 @@ nginx_ssl_session_cache: shared:SSL:10m
nginx_ssl_buffer_size: 1400
nginx_ssl_dhparam: /etc/ssl/certs/dhparam.pem
nginx_ssl_protocols: 'TLSv1 TLSv1.1 TLSv1.2'
nginx_spdy_headers_comp: 6
# Enable HTTP Strict Transport Security?
# True on production, False on development!

View File

@ -28,9 +28,6 @@
# of such infrastructure, consider turning off session tickets:
ssl_session_tickets off;
# enable SPDY header compression
spdy_headers_comp {{ nginx_spdy_headers_comp }};
{% if nginx_enable_hsts == True %}
# 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