ansible-personal/roles/nginx
Alan Orth 52dc0c357b
roles/nginx: Add HSTS check to vhost template
We need to actually check if HSTS was requested before setting the
header in the block handing PHP requests. We check in the main vhost
block, but nginx headers are only inherited if you don't set ANY
headers in child blocks (ie, headers set in parent blocks are cleared
if you set any new ones in the child).

Signed-off-by: Alan Orth <alan.orth@gmail.com>
2015-09-27 00:27:41 +03:00
..
defaults roles/nginx: Move HTTP Strict Transport Security toggle to vhosts 2015-09-27 00:24:58 +03:00
files roles/nginx: Move some common fastcgi settings out of vhost template 2015-03-10 11:59:43 +03:00
handlers Initial commit 2014-08-17 00:35:57 +03:00
tasks roles/nginx: Rename nginx sources.list template 2015-08-23 13:24:43 +03:00
templates roles/nginx: Add HSTS check to vhost template 2015-09-27 00:27:41 +03:00