mirror of
https://github.com/beclab/Olares
synced 2026-05-24 01:08:23 +00:00
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:
parent
bf17a91062
commit
a034b37239
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue