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" = {