mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 18:40: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
|
# bind to tailscale ip
|
||||||
proxy_bind 100.88.118.60;
|
proxy_bind 100.88.118.60;
|
||||||
# pam auth
|
# pam auth
|
||||||
auth_pam "Password Required";
|
limit_except OPTIONS {
|
||||||
auth_pam_service_name "nginx";
|
auth_pam "Password Required";
|
||||||
|
auth_pam_service_name "nginx";
|
||||||
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue