From: Γ–mer πŸ‡ΉπŸ‡· Date: Sun, 24 May 2026 10:56:40 +0000 (+0300) Subject: πŸ“ Remove "NGINX Unit" from the list of ASGI-servers in docs (#15475) X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=7baefe7144bbe6f83f3d4c0f33f09dacc3abbeca;p=thirdparty%2Ffastapi%2Ffastapi.git πŸ“ Remove "NGINX Unit" from the list of ASGI-servers in docs (#15475) --- diff --git a/docs/en/docs/deployment/manually.md b/docs/en/docs/deployment/manually.md index 86932bcb1..47af49ea6 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 }