From a034b37239cbcb6f1b20ba1269c8f907cd2c6760 Mon Sep 17 00:00:00 2001 From: wiy Date: Wed, 28 May 2025 23:46:09 +0800 Subject: [PATCH] fix(desktop): websocket config error (#1354) * feat: move files&vault&desktop&market to system frontend * feat: fix market entrance error * fix: app nginx config format error * feat: delete files deploy * feat: remove desktop deploy * fix(system-frontend): fix ci build error & desktop add ws config * fix(system-frontend): uploads-temp double error * Update market_deploy.yaml * Update system-frontend.yaml * fix(desktop): ws config error --------- Co-authored-by: eball --- .../user/helm-charts/monitoring/templates/system-frontend.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/.olares/config/user/helm-charts/monitoring/templates/system-frontend.yaml b/apps/.olares/config/user/helm-charts/monitoring/templates/system-frontend.yaml index 15c79c0a2..399d8bbad 100644 --- a/apps/.olares/config/user/helm-charts/monitoring/templates/system-frontend.yaml +++ b/apps/.olares/config/user/helm-charts/monitoring/templates/system-frontend.yaml @@ -3314,7 +3314,7 @@ data: proxy_send_timeout 60s; } location /ws { - proxy_pass http://rss-svc.os-system:40010; + proxy_pass http://127.0.0.1:40010; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade";