diff options
Diffstat (limited to 'roles/apt_cacher/templates/acng.conf.j2')
-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. |