Skip to content
Snippets Groups Projects
Verified Commit 337bd902 authored by David Beniamine's avatar David Beniamine
Browse files

Apt-cacher https backend

parent cb7696e8
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,12 @@ then ...@@ -16,6 +16,12 @@ then
/etc/apt-cacher-ng/acng.conf /etc/apt-cacher-ng/acng.conf
fi fi
# Add PassThrough for HTTPS backends
if [ -z "`grep PassThroughPattern /etc/apt-cacher-ng/acng.conf`" ]
then
echo 'PassThroughPattern: .*' >> /etc/apt-cacher-ng/acng.conf
fi
# Start service # Start service
systemctl start apt-cacher-ng.service systemctl start apt-cacher-ng.service
systemctl enable apt-cacher-ng.service systemctl enable apt-cacher-ng.service
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment