Skip to content

Commit

Permalink
Fix formatting of access allow (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
igloo777 authored Apr 6, 2022
1 parent f73de25 commit 7a267c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/http/default.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit 7a267c2

Please sign in to comment.