Ubuntu 상에서 Python3 Flask, uWSGI 및 NginX 연동
2020. 9. 10. 06:42ㆍ서버 프로그래밍
1. Python3 설치
2. uWSGI 설치 및 세팅
3. NginX 설치 및 세팅
How To Serve Flask Applications with uWSGI and Nginx on Ubuntu | DigitalOcean
In this guide, we will be setting up a simple Python application using the Flask microframework on Ubuntu 18.04. The bulk of this article will be about how to set up the uWSGI application server to launch the application and how to configure Nginx to
www.digitalocean.com