fix uploads path eventually (#92)
yeah yeah Reviewed-on: #92 Reviewed-by: b12f <b12f@noreply.git.pub.solar> Co-authored-by: Hendrik Sokolowski <hensoko@gssws.de> Co-committed-by: Hendrik Sokolowski <hensoko@gssws.de>
This commit is contained in:
parent
b37ad608a4
commit
0fe02a9f73
|
@ -67,7 +67,7 @@
|
||||||
|
|
||||||
$wgEnableUploads = true;
|
$wgEnableUploads = true;
|
||||||
$wgUploadDirectory = "/var/www/html/uploads";
|
$wgUploadDirectory = "/var/www/html/uploads";
|
||||||
$wgUploadPath = "/var/www/html/uploads";
|
$wgUploadPath = $wgScriptPath . "/uploads";
|
||||||
|
|
||||||
$wgUseImageMagick = true;
|
$wgUseImageMagick = true;
|
||||||
$wgImageMagickConvertCommand = "/usr/bin/convert";
|
$wgImageMagickConvertCommand = "/usr/bin/convert";
|
||||||
|
|
Loading…
Reference in a new issue