Description
A Python WSGI HTTP server for running web applications on Unix-like systems. It is commonly used behind a reverse proxy to serve Python web frameworks in production or staging environments.
Install it if you deploy Python web apps that target WSGI. Server configuration affects performance, security, logging, and network exposure, so review workers, binding addresses, and permissions.