socket io with fastify
This commit is contained in:
parent
34e9f8e3ca
commit
0a504a75ce
6 changed files with 101 additions and 47 deletions
|
|
@ -10,9 +10,5 @@ location /api/chat/socket.io/ {
|
|||
proxy_set_header Connection "Upgrade";
|
||||
proxy_set_header Host $host;
|
||||
proxy_read_timeout 3600s;
|
||||
root /volumes/static/chat;
|
||||
proxy_pass http://chat$uri;
|
||||
# proxy_pass http://chat;
|
||||
|
||||
|
||||
proxy_pass http://chat;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue