Skip to content

Commit

Permalink
fix: duplicate explicit target name
Browse files Browse the repository at this point in the history
  • Loading branch information
YorkSu committed Jan 26, 2025
1 parent 45c29cd commit cfe4af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/deployment/manually-with-asgi-server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Gunicorn with Uvicorn workers

Uvicorn added a new multiprocess manager, that is meant to replace Gunicorn entirely. Refer to the pull request `#2183 <https://github.com/encode/uvicorn/pull/2183/>`_ for implementation details.

For new deployments, use `Uvicorn <#run-the-asgi-server>`_ directly.
For new deployments, use Uvicorn directly.

Gunicorn (Green Unicorn) is WSGI server which can serve applications like Flask and Django. Gunicorn by itself is not compatible with Litestar, as Litestar uses the newest ASGI standard.

Expand Down

0 comments on commit cfe4af2

Please sign in to comment.