From f0945efff9e13add9c77543f2187869ab85c321b Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Thu, 17 Aug 2023 22:50:40 +0200 Subject: [PATCH] change port of zammad proxy --- utils/modules/zammad/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/modules/zammad/default.nix b/utils/modules/zammad/default.nix index 20a02b4..ee4014a 100644 --- a/utils/modules/zammad/default.nix +++ b/utils/modules/zammad/default.nix @@ -68,7 +68,7 @@ ; }; locations."/auth/sso" = { - proxyPass = "http://127.0.0.1:6042"; + proxyPass = "http://127.0.0.1:3010"; proxyWebsockets = true; extraConfig = ''