]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
๐Ÿ“ Remove "NGINX Unit" from the list of ASGI-servers in docs (#15475)
authorร–mer ๐Ÿ‡น๐Ÿ‡ท <omarfarukkorkmazz@gmail.com>
Sun, 24 May 2026 10:56:40 +0000 (13:56 +0300)
committerGitHub <noreply@github.com>
Sun, 24 May 2026 10:56:40 +0000 (12:56 +0200)
docs/en/docs/deployment/manually.md

index 86932bcb13b0b3e9221422ee8e9ba1c96e5b552f..47af49ea6c4800f0a9bb6178024c1a41012e70cd 100644 (file)
@@ -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 }