From db48fbdd97eb1531f88b60a22974ded2b312d56b Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Fri, 18 Aug 2023 12:31:53 +0200 Subject: [PATCH] add php parsing for sso --- utils/modules/services/web/typo3.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/modules/services/web/typo3.nix b/utils/modules/services/web/typo3.nix index 6da5c5f..85f820d 100644 --- a/utils/modules/services/web/typo3.nix +++ b/utils/modules/services/web/typo3.nix @@ -258,6 +258,8 @@ in # 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; + + try_files $uri /typo3/index.php$is_args$args; ''; };