From 19d94808edadb7fff3fd1b162cf58877182952e7 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sun, 18 Feb 2024 14:52:34 +0000 Subject: [PATCH] fix: cors is now being handled by the backend --- applications/ldap/backend.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/applications/ldap/backend.nix b/applications/ldap/backend.nix index 3903198..929404e 100644 --- a/applications/ldap/backend.nix +++ b/applications/ldap/backend.nix @@ -72,9 +72,6 @@ in { forceSSL = true; useACMEHost = "skynet"; locations."/".proxyPass = "http://localhost:${port_backend}"; - extraConfig = '' - add_header Access-Control-Allow-Origin "*"; - ''; }; services.skynet_ldap_backend = {