]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tilecache/templates/default/nginx_tile_ssl.conf.erb
supybot: more aggressive init stop
[chef.git] / cookbooks / tilecache / templates / default / nginx_tile_ssl.conf.erb
index 71b8258285a35dc2fc4666851cbe7cae75b4765b..0ec51a10ef078827c6a1292be3a7b8d6d6e59c00 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 24576;
     }
 }