NGINX Unit 1.23.0 and 1.24.0 introduce support for the SNI extension to TLS, definition of OpenSSL configuration commands, MIME filtering and path restrictions for static content, and multiple Python scripts in one app. Also, you no longer need to modify Node.js apps to run them in Unit.
NGINX Conf 2018: Configuring NGINX Unit for Production Applications – Serving a Django Project
With NGINX Unit, configuring a new application in an existing production environment does not disrupt existing apps or require configuration reloads. Here are all the relevant commands and configuration from Amanda Bockoven's demo at NGINX Conf 2018.
Maximizing Python Performance with NGINX, Part 2: Load Balancing and Monitoring
Maximize the performance of Python in multiserver deployments with advanced load balancing, application health checks, and live activity monitoring.
Maximizing Python Performance with NGINX, Part 1: Web Serving and Caching
Boost the performance of Python, already said to be faster and use less memory than other scripting languages, with NGINX web serving and caching.
Real-Time Web Applications with WebSocket and NGINX
Learn about using NGINX to build real-time WebSocket applications such as online games, chat applications, stock tracking, sports scores, and more