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; ''; };