From: Grant Slater Date: Mon, 3 Oct 2016 11:34:39 +0000 (+0100) Subject: tilecache: bump up SSL rate limit X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/e4f8ebd7b8e0f4f57e7d53a3a7a8ab50ac5954f0 tilecache: bump up SSL rate limit --- diff --git a/cookbooks/tilecache/templates/default/nginx_tile_ssl.conf.erb b/cookbooks/tilecache/templates/default/nginx_tile_ssl.conf.erb index 793c5f00d..f5197ad8c 100644 --- a/cookbooks/tilecache/templates/default/nginx_tile_ssl.conf.erb +++ b/cookbooks/tilecache/templates/default/nginx_tile_ssl.conf.erb @@ -37,6 +37,6 @@ server { proxy_set_header Connection ""; # Slow traffic slightly - limit_rate 8192; + limit_rate 12288; } }