WEBSITE UNDER CONSTRUCTION

More power.
More speed.

We're building something fast, resilient and reliable. NGINX is a high-performance web server, reverse proxy, load balancer and API gateway built for modern infrastructure.

nginx.conf
# NGINX — high performance edge
server {
    listen 443 ssl http2;
    server_name example.com;

    location / {
        proxy_pass http://backend;
        proxy_set_header Host $host;
        proxy_set_header X-Real-IP $remote_addr;
    }
}

# fast • scalable • reliable

Built for the Edge

Core capabilities that make NGINX a key component of modern infrastructure.

Reverse Proxy

Receive client requests and forward them to backend services with control over headers and buffering.

Load Balancing

Distribute traffic across multiple backends to improve capacity, resilience and availability.

Content Cache

Reduce pressure on origin services and improve response times with powerful caching capabilities.

HTTP / TCP / UDP

Support web, proxy and TCP/UDP traffic scenarios at the edge layer.

More is coming soon.

The homepage is under development. Explore the official NGINX resources while we build.

Official Documentation