====== WSGI ====== uWSGI(Web Server Gateway Interface) Application Server로 apt install uwsgi uwsgi --ini pythonblog_uwsgi.ini --http :80 openssl genrsa -out foobar.key 2048 openssl req -new -key foobar.key -out foobar.csr openssl x509 -req -days 365 -in foobar.csr -signkey foobar.key -out foobar.crt ===== pip모듈 uWSGI ===== Module이 설치되지 않을 경우 sudo apt-get update sudo apt-get install build-essential python3-dev