test nginx stuff
This commit is contained in:
parent
5b51ca1591
commit
444e843ce1
1 changed files with 4 additions and 4 deletions
|
|
@ -259,10 +259,10 @@ in
|
|||
# For other type of errors, nginx will handle them as usual.
|
||||
error_page 401 =302 https://auth.cloonar.com/?rd=$target_url;
|
||||
|
||||
fastcgi_param AUTH_USER $user;
|
||||
fastcgi_param REMOTE_USER $user;
|
||||
fastcgi_param PHP_REMOTE_USER $user;
|
||||
fastcgi_param PHP_AUTH_USER $user;
|
||||
fastcgi_param AUTH_USER $remote_user;
|
||||
fastcgi_param REMOTE_USER $remote_user;
|
||||
fastcgi_param PHP_REMOTE_USER $remote_user;
|
||||
fastcgi_param PHP_AUTH_USER $remote_user;
|
||||
|
||||
try_files $uri /typo3/index.php$is_args$args;
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue