From 2630e0e0944833580a4951d98e003d930b1f4fd2 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 3 Oct 2016 12:38:35 +0100 Subject: [PATCH] tilecache: bump up SSL rate limit again --- 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 f5197ad8c..ca6ec1dff 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 12288; + limit_rate 16384; } } -- 2.43.2