This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
salt
/
apt-cacher-formula
forked from
ExternalMirrors/apt-cacher-formula
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
ng.client: don't cache https://
master
Alexander Weidinger
6 years ago
parent
7714f45b2f
commit
70963ac790
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
+1
-0
apt-cacher/ng/files/client.conf
+ 1
- 0
apt-cacher/ng/files/client.conf
View File
@@ -1,2 +1,3 @@
{% from "apt-cacher/ng/map.jinja" import apt_cacher_ng with context %}
Acquire::http::Proxy "http://{{ apt_cacher_ng.server_address }}:{{ apt_cacher_ng.server_port }}";
Acquire::https::Proxy "DIRECT";
Write
Preview
Loading…
Cancel
Save