angie with some patches
  • C 70.2%
  • Perl 28.4%
  • Vim Script 1.1%
  • XS 0.2%
Find a file
2026-05-03 13:10:27 +03:00
auto feat: hide server branding 2026-05-03 13:10:27 +03:00
conf Prometheus: fixed misplaced ACME entries. 2025-12-15 00:07:48 +03:00
contrib Merged changes from nginx 1.25.2 release. 2023-08-17 04:08:43 +03:00
docs Docker: fixed possible worker process crash. 2026-05-03 13:04:13 +03:00
html Updated links in the index page, man page, and README. 2025-05-06 12:32:34 +03:00
man Clarify binding behavior of -t option. 2026-01-20 19:27:05 +01:00
misc Updated zlib used for win32 builds. 2026-03-10 17:06:35 +04:00
src feat: hide server branding 2026-05-03 13:10:27 +03:00
tests Docker: fixed possible worker process crash. 2026-05-03 13:04:13 +03:00
.gitignore Add gitignore file. 2025-02-13 22:35:17 +02:00
.hgignore Added .hgignore and .gitignore. 2024-03-19 17:57:03 +03:00
.hgtags Fixed Angie-1.11.4 release tag. 2026-03-25 13:01:12 +03:00
CHANGES Generated changes for the 1.11.4 release. 2026-03-25 02:07:40 +03:00
CHANGES.ru Generated changes for the 1.11.4 release. 2026-03-25 02:07:40 +03:00
configure Configure: feature cache. 2024-07-12 19:07:35 +03:00
LICENSE Year 2026. 2026-01-15 15:54:11 +04:00
README.rst Actualized feature list in README.rst. 2026-02-05 13:36:02 +03:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

.. image:: misc/logo.gif
  :alt: Angie logo
  :target: https://en.angie.software/

Angie
=====

**Angie** /ˈendʒi/
is an efficient, powerful, and scalable web server
that was forked from **nginx** to act as a drop-in replacement,
so you can use existing setups
without major changes to module layout or configuration.

The project was conceived by ex-devs from the original **nginx** team
to venture beyond the earlier vision.


Getting Started
---------------

To start using **Angie**, see the official documentation in
`English <https://en.angie.software/angie/docs/>`__,
`Russian <https://angie.software/angie/docs/>`__,
`Chinese <https://cn.angie.software/angie/docs/>`__,
`Spanish <https://es.angie.software/angie/docs/>`__, or
`Portuguese <https://pt.angie.software/angie/docs/>`__:

- `Installation <https://en.angie.software/angie/docs/installation/>`_
  (`ru <https://angie.software/angie/docs/installation/>`__,
  `cn <https://cn.angie.software/angie/docs/installation/>`__,
  `es <https://es.angie.software/angie/docs/installation/>`__,
  `pt <https://pt.angie.software/angie/docs/installation/>`__)

- `Runtime configuration <https://en.angie.software/angie/docs/configuration/>`_
  (`ru <https://angie.software/angie/docs/configuration/>`__,
  `cn <https://cn.angie.software/angie/docs/configuration/>`__,
  `es <https://es.angie.software/angie/docs/configuration/>`__,
  `pt <https://pt.angie.software/angie/docs/configuration/>`__)

- `Troubleshooting and feedback channels <https://en.angie.software/angie/docs/troubleshooting/>`_
  (`ru <https://angie.software/angie/docs/troubleshooting/>`__,
  `cn <https://cn.angie.software/angie/docs/troubleshooting/>`__,
  `es <https://es.angie.software/angie/docs/troubleshooting/>`__,
  `pt <https://pt.angie.software/angie/docs/troubleshooting/>`__)

- `Development and contribution <https://en.angie.software/angie/docs/development/>`_
  (`ru <https://angie.software/angie/docs/development/>`__,
  `cn <https://cn.angie.software/angie/docs/development/>`__,
  `es <https://es.angie.software/angie/docs/development/>`__,
  `pt <https://pt.angie.software/angie/docs/development/>`__)


Features
--------

On top of all the capabilities of
`nginx 1.29 <https://nginx.org/en/CHANGES>`_,
**Angie** adds a number of its own advantages, including these:

- Supporting `HTTP/3
  <https://en.angie.software/angie/docs/configuration/modules/http/http_v3/>`_
  for client connections, as well as for `proxied server
  <https://en.angie.software/angie/docs/configuration/modules/http/http_proxy/#proxy-http-version>`_
  connections, with the ability to independently use different protocol versions
  (HTTP/1.x, HTTP/2, HTTP/3) on opposite sides.

- Automatic HTTPS provisions TLS certificates using built-in `ACME
  <https://en.angie.software/angie/docs/configuration/acme/>`_ with HTTP, DNS,
  and ALPN challenge support.

- Simplifying configuration: the `location` directive can define several
  matching expressions at once, which enables `combining
  <https://en.angie.software/angie/docs/configuration/modules/http/#combined-locations>`_
  blocks with shared settings.

- Exposing basic information about the web server, its `configuration
  <https://en.angie.software/angie/docs/configuration/modules/http/http_api/#a-api-config-files>`_,
  as well as `metrics
  <https://en.angie.software/angie/docs/configuration/modules/http/http_api/#metrics>`_
  of proxied servers, client connections, shared memory zones, and many other
  things via a RESTful `API
  <https://en.angie.software/angie/docs/configuration/modules/http/http_api/#a-api>`_
  interface in JSON format.

- Exporting statistics in `Prometheus
  <https://en.angie.software/angie/docs/configuration/modules/http/http_prometheus/#prometheus>`_
  format with `customizable templates
  <https://en.angie.software/angie/docs/configuration/modules/http/http_prometheus/#prometheus-template>`_.

- Monitoring the server through the browser with the `Console Light
  <https://en.angie.software/angie/docs/configuration/monitoring/>`_ visual
  monitoring tool.  See the online demo: https://console.angie.software/

- Dynamic updating of upstream groups based on events and labels from `Docker containers
  <https://en.angie.software/angie/docs/configuration/modules/http/http_docker/#http-docker>`_
  (or similar tools like Podman) without server reload.

- Flushing the shared memory zone in `proxy_cache_path
  <https://en.angie.software/angie/docs/configuration/modules/http/http_proxy/#proxy-cache-path>`_
  on disk preserves the cache index contents between restarts and updates,
  which eliminates the cache load delay and brings the server online even
  faster.

- `Session binding
  <https://en.angie.software/angie/docs/configuration/modules/http/http_upstream/#u-sticky>`_
  mode, which directs all requests within one session to the same proxied
  server.

- Recommissioning upstream servers after a failure smoothly using the
  `slow_start` option of the `server
  <https://en.angie.software/angie/docs/configuration/modules/http/http_upstream/#u-server>`_
  directive.

- PROXY Protocol V2 with the ability to pass arbitrary `TLV values
  <https://en.angie.software/angie/docs/configuration/modules/stream/stream_proxy/#s-proxy-protocol-tlv>`_.

- Limiting the `MP4 file transfer rate
  <https://en.angie.software/angie/docs/configuration/modules/http/http_mp4/#mp4-limit-rate>`_
  proportionally to its bitrate, thus reducing the bandwidth load.

- Processing HEIC and AVIF formats and `image conversion
  <https://en.angie.software/angie/docs/configuration/modules/http/http_image_filter/#id1>`_.

- Extending authorization and balancing capabilities for the MQTT protocol with
  the `mqtt_preread
  <https://en.angie.software/angie/docs/configuration/modules/stream/stream_mqtt_preread/#s-mqtt-preread>`_
  directive under `stream`.

- Informing balancing decisions with RDP protocol's session cookies via the
  `rdp_preread
  <https://en.angie.software/angie/docs/configuration/modules/stream/stream_rdp_preread/#rdp-preread>`_
  directive under `stream`.

- Pre-built `binary packages
  <https://en.angie.software/angie/docs/installation/oss_packages/#install-thirdpartymodules-oss>`_
  for many popular third-party modules.

- `Server
  <https://en.angie.software/angie/docs/configuration/modules/http/http_ssl/#ssl-ntls>`_-
  and `client-side
  <https://en.angie.software/angie/docs/configuration/modules/http/http_proxy/#proxy-ssl-ntls>`_
  support for NTLS when using the `TongSuo
  <https://github.com/Tongsuo-Project/Tongsuo>`_ TLS library, enabled `at build
  time <https://en.angie.software/angie/docs/installation/sourcebuild/#install-source-features>`_.