From dd20e47498374512e1e8caa03166bf162838eeb5 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 20 Oct 2016 01:22:04 +0100 Subject: [PATCH] tilecache: increase https tile speed --- cookbooks/tilecache/templates/default/nginx_tile_ssl.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- 2.43.2