]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tilecache/templates/default/nginx_tile.conf.erb
tilecache: switch nginx upstream to squid port 8080
[chef.git] / cookbooks / tilecache / templates / default / nginx_tile.conf.erb
index 76b3f26f5f5a6c9dd01a0b495560d4b231c30d64..f273a789ac57b2f6bd48d11d5f786cef1e231198 100644 (file)
@@ -1,8 +1,8 @@
 # DO NOT EDIT - This file is being maintained by Chef
 
 upstream tile_cache_backend {
-  server 127.0.0.1:80;
-  server 127.0.0.2:80;
+  server 127.0.0.1:8080;
+  server 127.0.0.2:8080;
 
   # Add the other caches to relieve pressure if local squid failing
   # Balancer: round-robin