]> git.openstreetmap.org Git - chef.git/commitdiff
tilecache: nginx cache more layers
authorGrant Slater <git@firefishy.com>
Sun, 2 Feb 2020 23:03:31 +0000 (23:03 +0000)
committerGrant Slater <git@firefishy.com>
Sun, 2 Feb 2020 23:03:31 +0000 (23:03 +0000)
cookbooks/tilecache/templates/default/nginx_tile.conf.erb

index ccc7a8316ea1cc8123f6b240baceb194bd26f828..2c0acf2f089d02576b9252f7c4aa69dc7e88548b 100644 (file)
@@ -174,7 +174,7 @@ server {
       return 404;
     }
 
       return 404;
     }
 
-<% for i in 0..14 do %>
+<% for i in 0..15 do %>
 <% if i == 0 -%>
     # Default Fallback Location Handler (lowest)
     location / {
 <% if i == 0 -%>
     # Default Fallback Location Handler (lowest)
     location / {