From 54d2a0411f4ced7ca8addac578e9ab94452ad12e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bosdonnat?= Date: Mon, 9 May 2022 17:55:02 +0200 Subject: [PATCH] Fix squid config error --- containers/proxy-squid-image/squid.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/proxy-squid-image/squid.conf b/containers/proxy-squid-image/squid.conf index fb77a00fe576..827aa961ec40 100644 --- a/containers/proxy-squid-image/squid.conf +++ b/containers/proxy-squid-image/squid.conf @@ -44,7 +44,7 @@ refresh_pattern . 0 100% 525600 # secure squid # allow request only from localhost and to http and https ports -acl all src 0.0.0.0/0.0.0.0 +acl all src all acl SSL_ports port 443 acl Safe_ports port 80 # http acl Safe_ports port 443 # https