Skip to content

Commit 7a267c2

Browse files
authored
Fix formatting of access allow (#244)
1 parent f73de25 commit 7a267c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/http/default.conf.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ server {
305305
{% if location['access'] is defined %}
306306
{% from 'http/auth.j2' import access with context %}
307307
{% filter indent(8) %}
308-
{{ access(location['access']) }}
308+
{{ access(location['access']) }}
309309
{%- endfilter %}
310310
{% endif %}
311311
{% if location['auth_request'] is defined %}

0 commit comments

Comments
 (0)