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 = {