fix(recovery): point signoz route to live upstream
Some checks failed
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / build-and-deploy (push) Has been cancelled
CD Pipeline / post-deploy-checks (push) Has been cancelled
CD Pipeline / tests (push) Has been cancelled

This commit is contained in:
Your Name
2026-07-01 18:49:01 +08:00
parent 3213f9016e
commit 81ff04d019
5 changed files with 27 additions and 5 deletions

View File

@@ -91,7 +91,7 @@ server {
}
location / {
proxy_pass http://127.0.0.1:3301;
proxy_pass http://192.168.0.110:8080;
proxy_http_version 1.1;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;

View File

@@ -42,7 +42,7 @@ server {
ssl_certificate_key /etc/letsencrypt/live/sentry.wooo.work/privkey.pem;
location / {
proxy_pass http://127.0.0.1:3301;
proxy_pass http://192.168.0.110:8080;
proxy_http_version 1.1;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;