nginx/nginx

The official NGINX Open Source repository.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 55 minutes ago
Added to GitGenius on September 13th, 2026
Created on June 23rd, 2015
Open Issues & Pull Requests: 480 (+0)
GitHub issues: Enabled
Number of forks: 8,302
Total Stargazers: 31,627 (-2)
Total Subscribers: 956 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

NGINX is a high-performance web server, load balancer, reverse proxy, and content cache that handles HTTP, HTTPS, HTTP/2, HTTP/3, and various proxy protocols.

NGINX solves the problem of efficiently serving web traffic and distributing requests across backend systems. It uses an event-driven, asynchronous architecture designed to handle large numbers of concurrent connections with minimal resource consumption. The tool can function as a reverse proxy to route requests to backend servers, a load balancer to distribute traffic across multiple upstreams, a content cache to reduce backend load, and a mail proxy server. It also supports TLS encryption, rate limiting, and proxying for TCP and UDP traffic.

NGINX suits organizations needing a lightweight, production-grade server that can handle high concurrency on modest hardware. It is particularly valuable for teams running containerized or microservices architectures where resource efficiency matters. The tool works well for API gateways, static file serving, request routing, and caching layers. It is available as pre-built binaries for all major operating systems and Linux distributions, or can be compiled from source with custom modules. Dynamic modules allow extending functionality without recompiling the entire binary. Commercial support and enterprise distributions are available through F5, Inc.

The project maintains both stable and mainline binary releases for different use cases. Development follows a structured approach with comprehensive documentation covering installation, configuration, debugging, and module development. The repository includes a complete directive reference and beginners guide alongside the source code. Contributions are accepted through the standard process documented in the repository, with guidelines for reporting issues and asking questions provided.