diff --git a/Production-setup-using-Nginx.md b/Production-setup-using-Nginx.md index d1d39a9..2609df6 100644 --- a/Production-setup-using-Nginx.md +++ b/Production-setup-using-Nginx.md @@ -108,8 +108,8 @@ upstream etebase { ``` -This will create a file socket at `/tmp/etebase_server.sock`. -Now, we change the way we run Uvicorn to use the same file socket. +This will instruct nginx to connect to a file socket at `/tmp/etebase_server.sock`. +Now, we change the way we run Uvicorn to create this file socket. ```