Move all upload contents despite upload folder itself.
This commit is contained in:
parent
d9f8230d2c
commit
69585a3218
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue