nginx uwsgi python
1.0.0
구성 예제 Nginx 및 UWSGI 애플리케이션 서버를 통해 CGI를 통해 Python 스크립트를 실행하는 것.

실행 모델 :
http[s]://<dns_prefix>.<domain>/<python_script> ----> Nginx (reverse proxy) ----> uWSGI (CGI)
/nginx/XX-dns_prefix.conf => nginx vhost 템플릿/python_scripts/deploy.py => 실행할 Python 스크립트 예제/python_scripts/uwsgi => uwsgi binary binary curl curl http://uwsgi.it/install | bash -s cgi <abs_path_to_python_scripts_dir>/uwsgi 명령/python_scripts/uwsgi.ini => uwsgi 구성 파일/systemd/uwsgi.service => Python 스크립트 실행을 담당하는 UWSGI 인스턴스에 대한 SystemD 서비스 파일