Merge branch 'patch-3' into 'develop'

Move all upload contents despite upload folder itself.

See merge request pleroma/pleroma!1352
This commit is contained in:
rinpatch 2019-06-29 06:01:33 +00:00
commit b6cfc8f98b
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ mkdir -p /var/lib/pleroma/static
chown -R pleroma /var/lib/pleroma
# If you use the local uploader with default settings your uploads should be located in `~pleroma/uploads`
mv ~pleroma/uploads /var/lib/pleroma/uploads
mv ~pleroma/uploads/* /var/lib/pleroma/uploads
# If you have created the custom public files directory with default settings it should be located in `~pleroma/instance/static`
mv ~pleroma/instance/static /var/lib/pleroma/static