ansible-personal/roles/nginx/files
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
..
extra-security.conf roles/nginx: Add HTTP headers for web application security 2015-01-24 13:05:42 +03:00
fastcgi_cache roles/nginx: Add $request_method to nginx fastcgi_cache_key 2015-03-09 10:19:34 +03:00
munin.conf roles/nginx: Add index to munin vhost 2014-10-05 15:47:14 +03:00
nginx.conf roles/nginx: Add fastcgi caching 2015-02-10 23:04:28 +03:00