1
0
mirror of https://github.com/etesync/server synced 2024-11-22 00:38:07 +00:00

Updated Production setup using Nginx (markdown)

Simon Vandevelde 2020-12-29 20:26:44 +01:00
parent 46f593aa0e
commit e524a0448f

@ -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