From e4f8ebd7b8e0f4f57e7d53a3a7a8ab50ac5954f0 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 3 Oct 2016 12:34:39 +0100 Subject: [PATCH] tilecache: bump up SSL rate limit --- 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 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; } } -- 2.39.5