ansible-personal/roles
Alan Orth bb92bd080d
roles/nginx: Add $request_method to nginx fastcgi_cache_key
nginx is caching HEAD requests, then when users come along and do
a GET request they get an HTTP 200 with no request body. It seems
setting fastcgi_request_methods to GET doesn't stop nginx from caching
HEADs, so for now just add the $request_method to the key.

Signed-off-by: Alan Orth <alan.orth@gmail.com>
2015-03-09 10:19:34 +03:00
..
common Remove references to provisioning.yml 2015-02-26 16:53:48 +03:00
mariadb roles/mariadb: Quote the password in .my.conf template 2014-09-01 12:41:56 +03:00
munin roles/munin: Fix nginx template 2014-08-28 22:08:32 +03:00
nginx roles/nginx: Add $request_method to nginx fastcgi_cache_key 2015-03-09 10:19:34 +03:00
php5-fpm roles/php5-fpm: Fix creation of pool configs for both tls and non-tls vhosts 2015-02-19 19:41:48 +03:00