CORS requests are allowed without basic auth

This commit is contained in:
Vinzenz Schroeter 2024-03-09 13:44:26 +01:00
parent ac7b333741
commit 1bc68837d3

View file

@ -13,8 +13,10 @@
# bind to tailscale ip
proxy_bind 100.88.118.60;
# pam auth
auth_pam "Password Required";
auth_pam_service_name "nginx";
limit_except OPTIONS {
auth_pam "Password Required";
auth_pam_service_name "nginx";
}
'';
};
};