> For the complete documentation index, see [llms.txt](https://ctreminiom.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ctreminiom.gitbook.io/docs/nginx-web-server-deep-dive/whats-nginx.md).

# What's NGINX

**NGINX** is open source software for web serving, reverse proxying, caching, load balancing, media streaming, and more. It started out as a web server designed for maximum performance and stability. In addition to its HTTP server capabilities, NGINX can also function as a proxy server for email (IMAP, POP3, and SMTP) and a reverse proxy and load balancer for HTTP, TCP, and UDP servers.

{% tabs %}
{% tab title="Author" %}
Originally **open sourced** in 2004 by Igor Sysoev
{% endtab %}

{% tab title="Problem" %}
It was written to solve the  "CK10" problem - 10.000 concurrent connections.
{% endtab %}

{% tab title="Versions" %}
NGINX Inc. founded to continue development and the creation of commercial offering: **NGINX Plus.**&#x20;
{% endtab %}
{% endtabs %}

### Use Cases

* High-performance web server: Used by 50% of the top 1.000 sites.
* Reverse Proxy: SSL/TLS Termination and content caching and compression.
* Load Balancer.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ctreminiom.gitbook.io/docs/nginx-web-server-deep-dive/whats-nginx.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
