]> git.openstreetmap.org Git - chef.git/commitdiff
tilecache: increase https tile speed
authorGrant Slater <git@firefishy.com>
Thu, 20 Oct 2016 00:22:04 +0000 (01:22 +0100)
committerGrant Slater <git@firefishy.com>
Thu, 20 Oct 2016 00:22:04 +0000 (01:22 +0100)
cookbooks/tilecache/templates/default/nginx_tile_ssl.conf.erb

index ca6ec1dff2a20abb8911ee7641220a8a9715075f..0ec51a10ef078827c6a1292be3a7b8d6d6e59c00 100644 (file)
@@ -37,6 +37,6 @@ server {
       proxy_set_header Connection "";
 
       # Slow traffic slightly
-      limit_rate 16384;
+      limit_rate 24576;
     }
 }