ansible-personal/roles/nginx
Alan Orth d694616cf3
roles/nginx: Make sure to set HSTS headers on WordPress static files
I realized the other day that due to complex logic in the location
blocks, various WordPress static files like images and stylesheets
didn't get the HTTP Strict Transport Security header set. We need
to include it on each level where we are setting headers, because
nginx overwrites headers if you set them again in a child block.
2016-11-20 17:25:01 +02:00
..
defaults Set use_letsencrypt to true for nginx role 2016-10-09 11:59:21 +03:00
files roles/nginx: Decrease gzip_min_length from 860 to 256 2016-11-14 12:46:34 +02:00
handlers Initial commit 2014-08-17 00:35:57 +03:00
tasks roles/nginx/tasks/letsencrypt.yml: Add system deps for certbot 2016-10-09 14:06:06 +03:00
templates roles/nginx: Make sure to set HSTS headers on WordPress static files 2016-11-20 17:25:01 +02:00