nginx uwsgi python
1.0.0
BESTELLUNGSMITTEILE BEI -PYTHON -Skripte über CGI über NGINX und UWSGI Application Server.

Ausführungsmodell:
http[s]://<dns_prefix>.<domain>/<python_script> ----> Nginx (reverse proxy) ----> uWSGI (CGI)
/nginx/XX-dns_prefix.conf => nginx VHOST-Vorlage/python_scripts/deploy.py => Beispiel Python Skript zum Ausführen/python_scripts/uwsgi => uwsgi binär, kompiliert durch curl http://uwsgi.it/install | bash -s cgi <abs_path_to_python_scripts_dir>/uwsgi -Befehl/python_scripts/uwsgi.ini => UWSGI -Konfigurationsdatei/systemd/uwsgi.service => systemd Service -Datei für die UWSGI -Instanz, die für die Ausführung der Python -Skripte verantwortlich ist