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:
Hendrik Sokolowski 2024-01-07 16:18:43 +00:00 committed by hensoko
parent b37ad608a4
commit 0fe02a9f73
Signed by: pub.solar gitea
GPG key ID: F0332B04B7054873

View file

@ -67,7 +67,7 @@
$wgEnableUploads = true;
$wgUploadDirectory = "/var/www/html/uploads";
$wgUploadPath = "/var/www/html/uploads";
$wgUploadPath = $wgScriptPath . "/uploads";
$wgUseImageMagick = true;
$wgImageMagickConvertCommand = "/usr/bin/convert";