From ac9d4a9a0150f525c2ac5b4105bc0c11a24d8e38 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Tue, 28 Sep 2021 22:54:18 +0200 Subject: apt_cacher: fix config --- roles/apt_cacher/templates/acng.conf.j2 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roles/apt_cacher') diff --git a/roles/apt_cacher/templates/acng.conf.j2 b/roles/apt_cacher/templates/acng.conf.j2 index 850fce0..b7e8729 100644 --- a/roles/apt_cacher/templates/acng.conf.j2 +++ b/roles/apt_cacher/templates/acng.conf.j2 @@ -32,6 +32,8 @@ LogDir: /var/log/apt-cacher-ng SupportDir: /usr/lib/apt-cacher-ng Port: {{ apt_cacher.port }} +PassThroughPattern: ^(.*):443$ + # Repository remapping. See manual for details. # In this example, some backends files might be generated during package # installation using information collected on the system. -- cgit v1.2.3