commit 4c5197147f82dda5093d90e705f6b1a16b06a545 parent 0c9921368d2d608069cbabca805c4cdff5723b72 Author: MTRNord <mtrnord1@gmail.com> Date: Tue, 5 Dec 2023 22:49:32 +0100 Correct header Diffstat:
| M | nixos/worker-2/configuration.nix | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix @@ -401,7 +401,7 @@ in { locations."/" = { proxyPass = "http://127.0.0.1:7700"; extraConfig = '' - add_header Access-Control-Allow-Origin *; + add_header Access-Control-Allow-Credentials true; ''; }; };