From b672d5e47c889314bf20be645586b8bc8302ee68 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Fri, 18 Aug 2023 11:21:14 +0200 Subject: [PATCH] change authella to typo3/sso --- utils/modules/services/web/typo3.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/modules/services/web/typo3.nix b/utils/modules/services/web/typo3.nix index 283d72d..e0f75a8 100644 --- a/utils/modules/services/web/typo3.nix +++ b/utils/modules/services/web/typo3.nix @@ -233,7 +233,7 @@ in } ''; - locations."/auth/sso" = { + locations."/typo3/sso" = { proxyPass = "http://127.0.0.1:3010"; proxyWebsockets = true;