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 b3dac3d commit 2bcb942Copy full SHA for 2bcb942
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 == 1 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