-
Published Answer
Ok, so the issue was the following. Typo in my app.ini
It is supposed to be [uwsgi] not [wsgi]
I missed it in the logs somehow....
•
By
jeremydagorn
-
Published Answer
jrm2k6@jeremydagorn:~$ ps faux | grep nginx
jrm2k6 7396 0.0 0.0 11740 936 pts/0 S+ 07:19 0:00 _ grep …
•
By
jeremydagorn
-
Published Answer
Unfortunately still denied.
2015/05/02 08:27:57 [crit] 22561#0: *5 connect() to unix:///home/jrm2k6/jeremydagorn-blog/jeremydago…
•
By
jeremydagorn
-
Published Answer
Thanks for answering.
jrm2k6@jeremydagorn:~$ ls -ld /home/jrm2k6/jeremydagorn-blog /home/jrm2k6 /home
drwxr-xr-x 4 root root …
•
By
jeremydagorn
-
Published Question
Hi,
I was following the tutorial to deploy a flask app with uwsgi and nginx.
Everything is working correctly until the last part (where basically you have your app online).
I read and read again the tutorial to see if...
15
•
•
By
jeremydagorn
Nginx
Python Frameworks
Ubuntu
-
Published Question
Hi,
I am trying to follow this tutorial https://www.digitalocean.com/community/tutorials/how-to-serve-flask-applications-with-uwsgi-and-nginx-on-ubuntu-14-04
I can run python myapp.py, it starts correctly on port 5000...
2
•
•
By
jeremydagorn
Python Frameworks
Logging
Ubuntu