diff --git a/Production-setup-using-Nginx.md b/Production-setup-using-Nginx.md index 6c821a6..eb0dc01 100644 --- a/Production-setup-using-Nginx.md +++ b/Production-setup-using-Nginx.md @@ -5,7 +5,7 @@ We do because its not a good idea to just run the basic debug server and expose Instead, a component stack should be built. In this guide, we will create the following stack: -> `the web client <-> Nginx <-> the socket <-> Daphne <-> Django` +> `the web client <-> Nginx <-> the socket <-> uvicorn <-> fastapi/Django` ## Uvicorn