From 5dc409a32bca078c6f80dc911da6c575a4e38acf Mon Sep 17 00:00:00 2001 From: akshat5302 Date: Thu, 3 Oct 2024 14:11:59 +0530 Subject: [PATCH] add /live path in proxy pass --- nginx/nginx.conf.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/nginx.conf.template b/nginx/nginx.conf.template index 8c7adc8966c..e719a0f15d0 100644 --- a/nginx/nginx.conf.template +++ b/nginx/nginx.conf.template @@ -57,7 +57,7 @@ http { proxy_set_header Upgrade ${dollar}http_upgrade; proxy_set_header Connection "upgrade"; proxy_set_header Host ${dollar}http_host; - proxy_pass http://live:3000/; + proxy_pass http://live:3000/live/; } location /spaces/ {