add php parsing for sso
This commit is contained in:
parent
741a69ea3f
commit
db48fbdd97
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue