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.
2 parents 6825a97 + 2bcb942 commit fba1481Copy full SHA for fba1481
backend/templates/_access.conf
@@ -4,7 +4,7 @@
4
auth_basic "Authorization required";
5
auth_basic_user_file /data/access/{{ access_list_id }};
6
7
- {% if access_list.pass_auth == 0 or access_list.pass_auth == true %}
+ {% if access_list.pass_auth == 0 or access_list.pass_auth == false %}
8
proxy_set_header Authorization "";
9
{% endif %}
10
0 commit comments