nginx websocket support

beta.r3js.org
Theunis Botha 2018-11-18 10:46:48 +01:00
parent c172018d52
commit 9752611b6d
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@ upstream r3-api {
server 127.0.0.1:3104;
}
upstream r3-websocket {
server 127.0.0.1:3105;
}
upstream php {
server 127.0.0.1:9001;
}