]> git.openstreetmap.org Git - chef.git/commitdiff
tilecache: bump up SSL rate limit again
authorGrant Slater <git@firefishy.com>
Mon, 3 Oct 2016 11:38:35 +0000 (12:38 +0100)
committerGrant Slater <git@firefishy.com>
Mon, 3 Oct 2016 11:38:35 +0000 (12:38 +0100)
cookbooks/tilecache/templates/default/nginx_tile_ssl.conf.erb

index f5197ad8cd08dfe33edcdec0b085d291055d33bb..ca6ec1dff2a20abb8911ee7641220a8a9715075f 100644 (file)
@@ -37,6 +37,6 @@ server {
       proxy_set_header Connection "";
 
       # Slow traffic slightly
       proxy_set_header Connection "";
 
       # Slow traffic slightly
-      limit_rate 12288;
+      limit_rate 16384;
     }
 }
     }
 }