]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tilecache/templates/default/nginx_tile_ssl.conf.erb
tilecache: bump up SSL rate limit
[chef.git] / cookbooks / tilecache / templates / default / nginx_tile_ssl.conf.erb
index 793c5f00d6bdf41c43ea366e9c7fd569167247b4..f5197ad8cd08dfe33edcdec0b085d291055d33bb 100644 (file)
@@ -37,6 +37,6 @@ server {
       proxy_set_header Connection "";
 
       # Slow traffic slightly
       proxy_set_header Connection "";
 
       # Slow traffic slightly
-      limit_rate 8192;
+      limit_rate 12288;
     }
 }
     }
 }