From 8a37a3c42e429565d87037ac854bf11a59223c43 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Fri, 27 Oct 2023 02:50:40 +0100 Subject: [PATCH] fix: little bit of a cleanup --- applications/ldap/backend.nix | 4 ---- 1 file changed, 4 deletions(-) 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 "*"; '';