Fix external authentication with nginx

fixes #8634

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
This commit is contained in:
Louis Sautier 2015-03-08 15:22:29 +01:00 committed by Gunnar Beutner
parent 083c1a9e6b
commit 003a9be43d
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ location ~ ^{urlPath}/index\.php(.*)$ {
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME {documentRoot}/index.php;
fastcgi_param ICINGAWEB_CONFIGDIR {configDir};
fastcgi_param REMOTE_USER $remote_user;
}
location ~ ^{urlPath}(.+)? {