Python Flask 프로젝트를 uWSGI와 nginx로 프로덕션 배포하기
2020. 4. 14. 22:09ㆍ서버 프로그래밍
Python Flask Web Server (HTTP) -> uWSGI -> nginx (HTTPS) 으로 배포하여 실제 서비스를 원활하게 할 수 있도록 처리한다. Python의 웹서버를 HTTPS로 구동하기 위해서 이전에 certbot으로 인증 받은 HTTPS 인증서 (pem 파일)을 nginx에서 그대로 사용할 수 있는 점이 편하다.
https://blog.rhostem.com/posts/2018-11-20-deploy-flask-with-uwsgi
https://bablabs.tistory.com/25
https://cjh5414.github.io/flask-uwsgi-nginx/
https://kscory.com/dev/nginx/https