typo3 add fastcgi auth user
This commit is contained in:
parent
db48fbdd97
commit
46d27d5199
1 changed files with 1 additions and 0 deletions
|
|
@ -254,6 +254,7 @@ in
|
||||||
proxy_set_header Remote-Groups $groups;
|
proxy_set_header Remote-Groups $groups;
|
||||||
proxy_set_header Remote-Name $name;
|
proxy_set_header Remote-Name $name;
|
||||||
proxy_set_header Remote-Email $email;
|
proxy_set_header Remote-Email $email;
|
||||||
|
fastcgi_param PHP_AUTH_USER $user;
|
||||||
# If Authelia returns 401, then nginx redirects the user to the login portal.
|
# If Authelia returns 401, then nginx redirects the user to the login portal.
|
||||||
# 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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue