add php parsing for sso

This commit is contained in:
2023-08-18 12:31:53 +02:00
parent 741a69ea3f
commit db48fbdd97

View File

@@ -258,6 +258,8 @@ in
# If it returns 200, then the request pass through to the backend. # If it returns 200, then the request pass through to the backend.
# For other type of errors, nginx will handle them as usual. # 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;
try_files $uri /typo3/index.php$is_args$args;
''; '';
}; };