fix access list/dep updates

Update dependency @babel/core to v7.21.5
This commit is contained in:
renovate[bot]
2023-04-25 07:42:54 +00:00
committed by Zoey
parent 9ca59b9a38
commit 24db873c34
5 changed files with 6 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
{% if access_list.items.length > 0 %}
# Authorization
auth_basic "Authorization required";
auth_basic_user_file /data/access/{{ access_list_id }};
auth_basic_user_file /data/etc/access/{{ access_list_id }};
{% if access_list.pass_auth == 0 %}
proxy_set_header Authorization "";