diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2021-09-28 22:54:18 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2021-09-28 22:54:18 +0200 |
commit | ac9d4a9a0150f525c2ac5b4105bc0c11a24d8e38 (patch) | |
tree | 1568b18515f13fcd20d0ee0eef111e525056cad2 /roles/apt_cacher | |
parent | d507342f825d6d35bddeeb7d993bc1a54afb10f4 (diff) | |
download | ansible_collection-ac9d4a9a0150f525c2ac5b4105bc0c11a24d8e38.tar.gz |
apt_cacher: fix config
Diffstat (limited to 'roles/apt_cacher')
-rw-r--r-- | roles/apt_cacher/templates/acng.conf.j2 | 2 |
1 files changed, 2 insertions, 0 deletions
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. |