From e524a0448fc56323dfdeeaba32c20f77719b2a66 Mon Sep 17 00:00:00 2001 From: Simon Vandevelde Date: Tue, 29 Dec 2020 20:26:44 +0100 Subject: [PATCH] Updated Production setup using Nginx (markdown) --- Production-setup-using-Nginx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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