typo
This commit is contained in:
parent
f7b957bf5e
commit
15d4be9806
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
{% from "apt-cacher/ng/map.jinja" import apt_cacher_ng with context -%}
|
{% 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::http::Proxy "http://{{ apt_cacher_ng.server_address }}:{{ apt_cacher_ng.server_port }}";
|
||||||
Acquire::http::Proxy "{{ apt_cacher_ng.https_proxy_enabled }}";
|
Acquire::https::Proxy "{{ apt_cacher_ng.https_proxy_enabled }}";
|
||||||
|
|
Loading…
Reference in a new issue