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

@ -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!