fix uploads path eventually
All checks were successful
Flake checks / Check (pull_request) Successful in 4m34s
All checks were successful
Flake checks / Check (pull_request) Successful in 4m34s
This commit is contained in:
parent
b37ad608a4
commit
9de0d8de7b
|
@ -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