From 15d4be98061022835a7069433912273be9f7bef9 Mon Sep 17 00:00:00 2001 From: Freddy Andersen Date: Mon, 23 Jan 2017 07:53:20 -0800 Subject: [PATCH] typo --- apt-cacher/ng/files/client.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apt-cacher/ng/files/client.conf b/apt-cacher/ng/files/client.conf index 70ce331..e52a98c 100644 --- a/apt-cacher/ng/files/client.conf +++ b/apt-cacher/ng/files/client.conf @@ -1,3 +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::http::Proxy "{{ apt_cacher_ng.https_proxy_enabled }}"; +Acquire::https::Proxy "{{ apt_cacher_ng.https_proxy_enabled }}";