From cd1647e5d6866ca32ef1f2cf90eebbcaaae159ef Mon Sep 17 00:00:00 2001 From: halcyon <55317573+hxlcyxn@users.noreply.github.com> Date: Sat, 17 Dec 2022 19:45:06 +0100 Subject: [PATCH] fix: remove unneeded `/dex` reverse proxy --- modules/ldap.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/ldap.nix b/modules/ldap.nix index ab46c53..e35d909 100644 --- a/modules/ldap.nix +++ b/modules/ldap.nix @@ -56,7 +56,6 @@ in enableACME = true; locations = { "/".proxyPass = "http://localhost:${toString config.services.portunus.port}"; - "/dex".proxyPass = "http://localhost:${toString config.services.portunus.dex.port}"; }; }; };