]> git.openstreetmap.org Git - chef.git/commitdiff
imagery: drop HTTP_PROXY in fastcgi req
authorGrant Slater <git@firefishy.com>
Mon, 18 Jul 2016 15:24:43 +0000 (16:24 +0100)
committerGrant Slater <git@firefishy.com>
Mon, 18 Jul 2016 15:24:43 +0000 (16:24 +0100)
cookbooks/imagery/templates/default/nginx_imagery_layer_fragment.conf.erb

index a8caab7a4fb94f57168221f966ff200faa3bb4e0..2160836e5f1ef2ba44f9371a1609cd83dc6850ba 100644 (file)
@@ -7,6 +7,7 @@ location ~* "^/layer/<%= @layer %>/(\d+)/(\d+)/(\d+)\.(png|jpg|jpeg)$" {
   fastcgi_buffers 8 64k;
   include fastcgi_params;
   fastcgi_param REQUEST_METHOD "GET";
+  fastcgi_param HTTP_PROXY "";
 
   # Caching
   fastcgi_cache "fastcgi_cache_zone";