Question
Flask port 5000 blocked
I am running the Flask tutorial here: https://www.digitalocean.com/community/tutorials/how-to-serve-flask-applications-with-uwsgi-and-nginx-on-ubuntu-14-04
and have set my ufw permissions like so:
sudo ufw allow 5000/tcp
but am still not seeing anything
If I login into a seperate session, and do:
curl localhost:5000
I see the website.
Any suggestions?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×