]> 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 71b8258285a35dc2fc4666851cbe7cae75b4765b..ca6ec1dff2a20abb8911ee7641220a8a9715075f 100644 (file)
@@ -35,5 +35,8 @@ server {
       proxy_set_header X-Forwarded-For $remote_addr;
       proxy_http_version 1.1;
       proxy_set_header Connection "";
+
+      # Slow traffic slightly
+      limit_rate 16384;
     }
 }