Browse Source
Merge pull request #15 from saltstack-formulas/ignore-https
ng.client: don't cache https://
tags/v0.5.0
Niels Abspoel
6 years ago
No account linked to committer's email address
1 changed files with
1 additions and
0 deletions
-
apt-cacher/ng/files/client.conf
|
|
|
|
|
|
|
|
{% 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::https::Proxy "DIRECT"; |