HELP - Deploying on Nginx with UWSGI
Hi There,
Could I get more instructions on how to deploy this project on nginx with uwsgi?
I can't find anything in other forums, and when I try to test the functionality with:
uwsgi --http-socket :5000 --plugin python3 --module wsgi:app
I get a module import error "error no moduel name xssor"
I am so stuck so could I get some help please?