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:为生产环境中的应用配置 NGINX Unit – 用于 Django 项目
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.
借助 NGINX 最大限度地提高 Python 性能,第 2 部分:负载均衡和监测
Maximize the performance of Python in multiserver deployments with advanced load balancing, application health checks, and live activity monitoring.
借助 NGINX 最大限度地提高 Python 性能,第 1 部分:Web 服务和缓存
Boost the performance of Python, already said to be faster and use less memory than other scripting languages, with NGINX web serving and caching.
借助 WebSocket 和 NGINX 实现实时 Web 应用
Learn about using NGINX to build real-time WebSocket applications such as online games, chat applications, stock tracking, sports scores, and more