From 1c4276a4c0eb36b9f1697cd4635e97bd28713d5c Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 17 Aug 2021 12:37:31 -0400 Subject: [PATCH] network/templates/squid/squid.conf.j2: Fix URL re: cache-dir creation --- roles/network/templates/squid/squid.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/network/templates/squid/squid.conf.j2 b/roles/network/templates/squid/squid.conf.j2 index 9feed126d..666a6a677 100644 --- a/roles/network/templates/squid/squid.conf.j2 +++ b/roles/network/templates/squid/squid.conf.j2 @@ -14,7 +14,7 @@ http_access deny manager # 2021-08-16: Squid's auto-creation of cache_dir (or the old way, 'squid -z') # don't work well in recent years. So we do it manually, as explained here: -# https://github.com/iiab/iiab/blob/master/roles/network/tasks/squid.yml#L17-L41 +# https://github.com/iiab/iiab/blob/master/roles/network/tasks/squid.yml#L17-L45 # Where is the cache stored on disk? http://www.squid-cache.org/Doc/config/cache_dir/ #