ansible-personal/roles/nginx
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
..
defaults Downgrade TLS configuration to Mozilla's "intermediate" spec 2014-10-09 21:09:18 +03:00
files roles/nginx: Add $request_method to nginx fastcgi_cache_key 2015-03-09 10:19:34 +03:00
handlers Initial commit 2014-08-17 00:35:57 +03:00
tasks roles/nginx: Add task to clone WordPress git 2015-02-26 17:39:17 +03:00
templates roles/nginx: Don't send OCSP responses for hosts using self-signed certs 2015-02-26 17:38:30 +03:00