We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29159f0 commit 1f95c75Copy full SHA for 1f95c75
frontend/nginx.conf.template
@@ -49,7 +49,7 @@ server {
49
}
50
51
location /collab-ws {
52
- proxy_pass ${VITE_COLLAB_WS};
+ proxy_pass ${VITE_COLLAB_SERVICE};
53
proxy_http_version 1.1;
54
proxy_set_header Upgrade $http_upgrade;
55
proxy_set_header Connection $connection_upgrade;
0 commit comments