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.
Tag: Python
Tag: Python
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