From: Grant Slater Date: Thu, 20 Oct 2016 00:22:04 +0000 (+0100) Subject: tilecache: increase https tile speed X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/dd20e47498374512e1e8caa03166bf162838eeb5?hp=01efcdfb1287aa647751c28e33101323c065ae3d tilecache: increase https tile speed --- diff --git a/cookbooks/tilecache/templates/default/nginx_tile_ssl.conf.erb b/cookbooks/tilecache/templates/default/nginx_tile_ssl.conf.erb index ca6ec1dff..0ec51a10e 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 16384; + limit_rate 24576; } }