Skip to content

Commit b6d8421

Browse files
committed
Update nginx env variables
1 parent 31df5d1 commit b6d8421

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

default.conf.template

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ server {
5858
# BEGIN Collab
5959

6060
location /room {
61-
proxy_pass ${VITE_COLLAB_SERV_URL};
61+
proxy_pass ${NGINX_COLLAB_SERV_URL};
6262
proxy_http_version 1.1;
6363
proxy_set_header Upgrade $http_upgrade;
6464
proxy_set_header Connection "upgrade";
6565
}
6666

6767
location /socket.io {
68-
proxy_pass ${VITE_COLLAB_SERV_URL};
68+
proxy_pass ${NGINX_COLLAB_SERV_URL};
6969
proxy_http_version 1.1;
7070
proxy_set_header Upgrade $http_upgrade;
7171
proxy_set_header Connection "upgrade";

0 commit comments

Comments
 (0)