]> git.openstreetmap.org Git - chef.git/commitdiff
tilecache: Add 1 more zoom to nginx cache
authorGrant Slater <git@firefishy.com>
Fri, 1 Nov 2019 10:48:25 +0000 (10:48 +0000)
committerGrant Slater <git@firefishy.com>
Fri, 1 Nov 2019 10:48:25 +0000 (10:48 +0000)
cookbooks/tilecache/templates/default/nginx_tile.conf.erb

index c1f9956c9c693dbd2faea5c1ae53f745adc3dd65..49cf412ffd8a30df4794b113a69d5e80bc0a0ffa 100644 (file)
@@ -164,7 +164,7 @@ server {
       return 404;
     }
 
       return 404;
     }
 
-<% for i in 0..13 do %>
+<% for i in 0..14 do %>
 <% if i == 0 -%>
     # Default Fallback Location Handler (lowest)
     location / {
 <% if i == 0 -%>
     # Default Fallback Location Handler (lowest)
     location / {