From: Grant Slater Date: Sat, 7 Dec 2019 18:40:40 +0000 (+0000) Subject: tilecache: switch nginx upstream to squid port 8080 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/da6d22184fadab2377330cc59d6699011ad2dda8 tilecache: switch nginx upstream to squid port 8080 --- diff --git a/cookbooks/tilecache/templates/default/nginx_tile.conf.erb b/cookbooks/tilecache/templates/default/nginx_tile.conf.erb index 76b3f26f5..f273a789a 100644 --- a/cookbooks/tilecache/templates/default/nginx_tile.conf.erb +++ b/cookbooks/tilecache/templates/default/nginx_tile.conf.erb @@ -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