Skip to content

Commit

Permalink
Set https proxy also to apt-cacher-ng
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-richter committed May 16, 2020
1 parent c782ec4 commit 9009ee8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/apt.conf.d/00-apt-cacher-ng.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Acquire::http::Proxy "{{ apt_config_apt_cacher_ng }}";
Acquire::http::Proxy "{{ apt_config_apt_cacher_ng }}";
Acquire::https::Proxy "{{ apt_config_apt_cacher_ng }}";

0 comments on commit 9009ee8

Please sign in to comment.