mirror of
https://github.com/YunoHost-Apps/mediawiki_ynh.git
synced 2024-09-03 19:46:05 +02:00
Bug fix
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:
parent
19b79b1deb
commit
377f4560d7
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue