From a6bfdc9167595c7f270b7d1c63905e8065ae2106 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Thu, 17 Aug 2023 19:19:06 +0200 Subject: [PATCH] change to zammad sso --- 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 941c9e3..e42c3d5 100644 --- a/utils/modules/zammad/default.nix +++ b/utils/modules/zammad/default.nix @@ -91,7 +91,7 @@ # If Authelia returns 401, then nginx redirects the user to the login portal. # If it returns 200, then the request pass through to the backend. # For other type of errors, nginx will handle them as usual. - # error_page 401 =302 https://auth.cloonar.com/?rd=$target_url; + error_page 401 =302 https://auth.cloonar.com/?rd=$target_url; ''; }; locations."/ws" = {