From 7baefe7144bbe6f83f3d4c0f33f09dacc3abbeca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20=F0=9F=87=B9=F0=9F=87=B7?= Date: Sun, 24 May 2026 13:56:40 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Remove=20"NGINX=20Unit"=20from?= =?UTF-8?q?=20the=20list=20of=20ASGI-servers=20in=20docs=20(#15475)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/docs/deployment/manually.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/en/docs/deployment/manually.md b/docs/en/docs/deployment/manually.md index 86932bcb13..47af49ea6c 100644 --- a/docs/en/docs/deployment/manually.md +++ b/docs/en/docs/deployment/manually.md @@ -56,7 +56,6 @@ There are several alternatives, including: * [Hypercorn](https://hypercorn.readthedocs.io/): an ASGI server compatible with HTTP/2 and Trio among other features. * [Daphne](https://github.com/django/daphne): the ASGI server built for Django Channels. * [Granian](https://github.com/emmett-framework/granian): A Rust HTTP server for Python applications. -* [NGINX Unit](https://unit.nginx.org/howto/fastapi/): NGINX Unit is a lightweight and versatile web application runtime. ## Server Machine and Server Program { #server-machine-and-server-program }