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

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