-
Notifications
You must be signed in to change notification settings - Fork 106
Open
Description
Develop documentation and test to use uwsgi for the flask web service
- How to install
- How to deploy
https://uwsgi-docs.readthedocs.io/en/latest/WSGIquickstart.html#deploying-flask
- How to integrate in nginx
https://uwsgi-docs.readthedocs.io/en/latest/Nginx.html?highlight=nginx
https://github.com/zalando/connexion#server-backend
http://flask.pocoo.org/docs/1.0/deploying/uwsgi/
- Figure out how to use https instead of http so that communictaion is secured
https://uwsgi-docs.readthedocs.io/en/latest/HTTPS.html?highlight=https
credit: chapter one section