Flask app on uwsgi/nginx - unix socket file is not created on booting
问题 I'm trying to use Flask app on uwsgi/nginx. Following http://uwsgi-docs.readthedocs.org/en/latest/tutorials/Django_and_nginx.html and http://www.markjberger.com/flask-with-virtualenv-uwsgi-nginx/, I could make wiki.ini file, [uwsgi] vhost = true socket = /tmp/flask_app.sock venv = /home/ubuntu/webapp/flask/hello/.env chdir = /home/ubuntu/webapp/flask/hello module = flaskapp callable = app chmod-socket = 666 I checked the wiki.ini file works fine with uwsgi --ini wiki.ini . Then, I tried to