Ubuntu Nginx Flask Uwsgi boot precdure
- Nginx: sudo service nginx start
- virtualenv: source activate
- uwsgi –ini *_uwsgi.ini
Whenever the html or python code is modified, uwsgi needs to be restarted, if not, the change would not shown on browser. nginx don’t need to resart.
Written on August 18, 2017
