From 3367565215b69c1529f33f7a072ec94ca59b4511 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Fri, 22 May 2020 16:56:35 +0200 Subject: [PATCH] Remove a wrong conditional. --- templates/10-caching-proxy.sh.j2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/10-caching-proxy.sh.j2 b/templates/10-caching-proxy.sh.j2 index 7301f46..8f61aec 100644 --- a/templates/10-caching-proxy.sh.j2 +++ b/templates/10-caching-proxy.sh.j2 @@ -1,7 +1,5 @@ -{% if env_proxy_use_authentication %} {% for proto in env_proxy_protocols %} export {{ proto }}="{{ proxy_env.http_proxy }}" {% endfor %} -{% endif %} export no_proxy="{% for target in no_proxy_targets %}{{ target }}{% if not loop.last %},{% endif %}{% endfor %}" export NO_PROXY="{% for target in no_proxy_targets %}{{ target }}{% if not loop.last %},{% endif %}{% endfor %}"