diff --git a/applications/ldap/backend.nix b/applications/ldap/backend.nix index 8ff11bc..3903198 100644 --- a/applications/ldap/backend.nix +++ b/applications/ldap/backend.nix @@ -72,10 +72,6 @@ in { forceSSL = true; useACMEHost = "skynet"; locations."/".proxyPass = "http://localhost:${port_backend}"; - - # extraConfig = '' - # add_header Access-Control-Allow-Origin "https://account.${cfg.domain.base}.${cfg.domain.tld}"; - # ''; extraConfig = '' add_header Access-Control-Allow-Origin "*"; '';