Skip to content

Commit 1f95c75

Browse files
committed
bug/fe-nginx-conf
Signed-off-by: SeeuSim <[email protected]>
1 parent 29159f0 commit 1f95c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/nginx.conf.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ server {
4949
}
5050

5151
location /collab-ws {
52-
proxy_pass ${VITE_COLLAB_WS};
52+
proxy_pass ${VITE_COLLAB_SERVICE};
5353
proxy_http_version 1.1;
5454
proxy_set_header Upgrade $http_upgrade;
5555
proxy_set_header Connection $connection_upgrade;

0 commit comments

Comments
 (0)