We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31df5d1 commit b6d8421Copy full SHA for b6d8421
default.conf.template
@@ -58,14 +58,14 @@ server {
58
# BEGIN Collab
59
60
location /room {
61
- proxy_pass ${VITE_COLLAB_SERV_URL};
+ proxy_pass ${NGINX_COLLAB_SERV_URL};
62
proxy_http_version 1.1;
63
proxy_set_header Upgrade $http_upgrade;
64
proxy_set_header Connection "upgrade";
65
}
66
67
location /socket.io {
68
69
70
71
0 commit comments