We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f73de25 commit 7a267c2Copy full SHA for 7a267c2
templates/http/default.conf.j2
@@ -305,7 +305,7 @@ server {
305
{% if location['access'] is defined %}
306
{% from 'http/auth.j2' import access with context %}
307
{% filter indent(8) %}
308
- {{ access(location['access']) }}
+ {{ access(location['access']) }}
309
{%- endfilter %}
310
{% endif %}
311
{% if location['auth_request'] is defined %}
0 commit comments