diff --git a/roles/nginx/templates/https.j2 b/roles/nginx/templates/https.j2 index d3fabeb..df0aa13 100644 --- a/roles/nginx/templates/https.j2 +++ b/roles/nginx/templates/https.j2 @@ -35,5 +35,5 @@ spdy_headers_comp 6; # Enable this if you want HSTS (recommended, but be careful) - add_header Strict-Transport-Security max-age=15768000; + add_header Strict-Transport-Security max-age=15768000 always;