← Back to Radar
AdoptRun

Nginx

Reverse proxy and web server. Fast, stable, everywhere.

Nginx handles reverse proxying, static file serving, SSL termination, and load balancing with minimal resource consumption. The configuration is declarative and predictable — once it works, it keeps working.

For containerised deployments, Nginx sits in front of application servers handling TLS and routing. For static sites without a CDN, it serves files directly with excellent performance. The event-driven architecture handles thousands of concurrent connections without breaking a sweat.

web-serverinfrastructure