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 <liuy102@hotmail.com>
This commit is contained in:
wiy 2025-05-28 23:46:09 +08:00 committed by GitHub
parent bf17a91062
commit a034b37239
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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";