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 --- galaxy.yml | 2 +- roles/apt_cacher/templates/acng.conf.j2 | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/galaxy.yml b/galaxy.yml index cd584f0..b36b044 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: kompetenzbolzen name: stuff -version: 0.1.0 +version: 0.2.1 readme: README.md authors: - Jonas Gunz 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