Skip to content
Snippets Groups Projects
Commit ab6de9b4 authored by Yuji Nakao's avatar Yuji Nakao
Browse files

Move all upload contents despite upload folder itself.

parent d1549a63
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment