From 7a267c2920a86e7a8afd2f0a5e4bea1df193f898 Mon Sep 17 00:00:00 2001 From: igloo777 Date: Wed, 6 Apr 2022 19:57:59 +0700 Subject: [PATCH] Fix formatting of access allow (#244) --- templates/http/default.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/http/default.conf.j2 b/templates/http/default.conf.j2 index fe7f434e..6698f91f 100644 --- a/templates/http/default.conf.j2 +++ b/templates/http/default.conf.j2 @@ -305,7 +305,7 @@ server { {% if location['access'] is defined %} {% from 'http/auth.j2' import access with context %} {% filter indent(8) %} - {{ access(location['access']) }} + {{ access(location['access']) }} {%- endfilter %} {% endif %} {% if location['auth_request'] is defined %}