mirror of
https://github.com/etesync/server
synced 2024-11-26 02:38:15 +00:00
Make clear that Uvicorn creates the file socket, not nginx.
parent
9ebcb6efc4
commit
c0aa68b617
@ -108,8 +108,8 @@ upstream etebase {
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
This will create a file socket at `/tmp/etebase_server.sock`.
|
This will instruct nginx to connect to a file socket at `/tmp/etebase_server.sock`.
|
||||||
Now, we change the way we run Uvicorn to use the same file socket.
|
Now, we change the way we run Uvicorn to create this file socket.
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user