Fix external authentication with nginx
fixes #8634 Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
This commit is contained in:
parent
083c1a9e6b
commit
003a9be43d
|
@ -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}(.+)? {
|
||||
|
|
Loading…
Reference in New Issue