mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 10:30:14 +01:00
CORS requests are allowed without basic auth
This commit is contained in:
parent
ac7b333741
commit
1bc68837d3
|
@ -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";
|
||||
}
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue