test nginx stuff
This commit is contained in:
@@ -259,10 +259,10 @@ in
|
|||||||
# 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;
|
||||||
|
|
||||||
fastcgi_param AUTH_USER $user;
|
fastcgi_param AUTH_USER $remote_user;
|
||||||
fastcgi_param REMOTE_USER $user;
|
fastcgi_param REMOTE_USER $remote_user;
|
||||||
fastcgi_param PHP_REMOTE_USER $user;
|
fastcgi_param PHP_REMOTE_USER $remote_user;
|
||||||
fastcgi_param PHP_AUTH_USER $user;
|
fastcgi_param PHP_AUTH_USER $remote_user;
|
||||||
|
|
||||||
try_files $uri /typo3/index.php$is_args$args;
|
try_files $uri /typo3/index.php$is_args$args;
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user