From d442b3bd417ca0dca1d97945f5413aa7a5c141b6 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 1 Nov 2019 10:48:25 +0000 Subject: [PATCH] tilecache: Add 1 more zoom to nginx cache --- cookbooks/tilecache/templates/default/nginx_tile.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/tilecache/templates/default/nginx_tile.conf.erb b/cookbooks/tilecache/templates/default/nginx_tile.conf.erb index c1f9956c9..49cf412ff 100644 --- a/cookbooks/tilecache/templates/default/nginx_tile.conf.erb +++ b/cookbooks/tilecache/templates/default/nginx_tile.conf.erb @@ -164,7 +164,7 @@ server { return 404; } -<% for i in 0..13 do %> +<% for i in 0..14 do %> <% if i == 0 -%> # Default Fallback Location Handler (lowest) location / { -- 2.43.2