From d71c91fc012d79be6bf93b49a616b84271466b93 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 17 Aug 2022 16:29:50 +0200 Subject: cosmetic fix --- roles/nginx/vhost/templates/generic-proxy-no-buffering.conf.j2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'roles/nginx/vhost') diff --git a/roles/nginx/vhost/templates/generic-proxy-no-buffering.conf.j2 b/roles/nginx/vhost/templates/generic-proxy-no-buffering.conf.j2 index 2a74697e..665c9d77 100644 --- a/roles/nginx/vhost/templates/generic-proxy-no-buffering.conf.j2 +++ b/roles/nginx/vhost/templates/generic-proxy-no-buffering.conf.j2 @@ -21,17 +21,17 @@ server { {% if 'proxy_redirect' in location %} {% for entry in location.proxy_redirect %} proxy_redirect {{ entry.redirect }} {{ entry.replacement }}; -{% endfor %} -{% endif %} +{% endfor %} +{% endif %} {% if 'proxy_ssl' in location %} {% for prop in (location.proxy_ssl | list | sort) %} proxy_ssl_{{ prop }} {{ location.proxy_ssl[prop] }}; -{% endfor %} +{% endfor %} {% endif %} {% if 'extra_directives' in location %} {{ location.extra_directives | indent(8) }} -{% endif %} +{% endif %} } {% endfor %} } -- cgit v1.2.3