]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tilecache/templates/default/nginx_tile.conf.erb
tilecache: Add 1 more zoom to nginx cache
[chef.git] / cookbooks / tilecache / templates / default / nginx_tile.conf.erb
index c1f9956c9c693dbd2faea5c1ae53f745adc3dd65..49cf412ffd8a30df4794b113a69d5e80bc0a0ffa 100644 (file)
@@ -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 / {