From da6d22184fadab2377330cc59d6699011ad2dda8 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sat, 7 Dec 2019 18:40:40 +0000 Subject: [PATCH] tilecache: switch nginx upstream to squid port 8080 --- cookbooks/tilecache/templates/default/nginx_tile.conf.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.43.2