ng.client: don't cache https://
This commit is contained in:
parent
7714f45b2f
commit
70963ac790
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue