[Answer]-Nginx and uwsgi issue on EC2

1👍

sounds like a path issue

in you uwsgi ini file can you try adding

home=<abs path to your virtualenv>

so if you followed the tutorial exactly it would be

home=/home/USER/projects/venv

Leave a comment