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 %}