]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tilecache/templates/default/nginx_tile_ssl.conf.erb
tilecache: bump up SSL rate limit again
[chef.git] / 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
-      limit_rate 12288;
+      limit_rate 16384;
     }
 }