nginx uwsgi python
1.0.0
مثال على التكوين لتنفيذ البرامج النصية Python عبر CGI من خلال Nginx و UWSGI Application Server.

نموذج التنفيذ:
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 تم تجميعها من خلال curl http://uwsgi.it/install | bash -s cgi <abs_path_to_python_scripts_dir>/uwsgi الأمر/python_scripts/uwsgi.ini => ملف تكوين UWSGI/systemd/uwsgi.service => ملف خدمة النظام لمثيل UWSGI المسؤول عن تنفيذ البرامج النصية Python