this post was submitted on 28 Sep 2024
8 points (100.0% liked)
PieFed help
196 readers
1 users here now
It's seems right that we should have a local community to help us all with PieFed
founded 10 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
My static image issue was due to an error in the root specification of the static route in nginx, plus I needed to give 755 permissions to several directories, in case anyone else hits this issue:
sudo chmod 755 /home/piefed sudo chmod 755 /home/piefed/pyfedi sudo chmod 755 /home/piefed/pyfedi/app sudo chmod 755 /home/piefed/pyfedi/app/static sudo chmod 755 /home/piefed/pyfedi/app/static/images