1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mediawiki_ynh.git synced 2024-09-03 19:46:05 +02:00
I installed MediaWiki and the app was showing only a white page. Maniack C on the YunoHost chat suggested this change and that fixed it for me.
This commit is contained in:
Johan Grande 2015-08-06 12:05:44 +02:00
parent 19b79b1deb
commit 377f4560d7

View file

@ -13,6 +13,7 @@ location PATHTOCHANGE {
include fastcgi_params;
fastcgi_param REMOTE_USER $remote_user;
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param SCRIPT_FILENAME $request_filename;
}
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;