Skip to main content

All Questions

Tagged with
2 votes
0 answers
934 views

uWSGI: No python application found

When I run my app with the command python sorteerhoed.py && uwsgi --socket 0.0.0.0:5000 --protocol=http -w wsgi:app It runs fine and when I goto the server ip:5000 I get to see my page. But ...
tom keuper's user avatar
2 votes
0 answers
1k views

serving files with flask and nginx/gunicorn

I have a basic website set up and I am running into some confusion on how to handle serving static files. I noticed the only thing I have to do to serve static files is set up the proxy to gunicorn in ...
user740721's user avatar