ansible-personal/roles/nginx
Alan Orth 48978407b8
roles/nginx: Move HTTP Strict Transport Security toggle to vhosts
This is really a per-site setting, so it doesn't make sense to have
a role default. Anyways, HSTS is kinda tricky and potentially dang-
erous, so unless a vhost explicitly sets it to "yes" we shouldn't
enable it.

Note: also switch from using a boolean to using a string; it is st-
ill declarative, but at least now I don't have to guess whether it
is being treated as a bool or not.

Signed-off-by: Alan Orth <alan.orth@gmail.com>
2015-09-27 00:24:58 +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: Move HTTP Strict Transport Security toggle to vhosts 2015-09-27 00:24:58 +03:00