fix: point rb8001 upstream to current 51124 host
Some checks failed
Deploy Nginx Config to Ubuntu Server / deploy (push) Has been cancelled

This commit is contained in:
happybell80 2026-03-09 21:52:53 +09:00
parent 6943681eeb
commit 6cdba7ea2c

View File

@ -112,7 +112,7 @@ server {
# RB8001 API endpoints - 51124 서버로 프록시
location ^~ /rb8001/ {
proxy_pass http://192.168.219.52:8001/;
proxy_pass http://192.168.0.106:8001/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
@ -318,7 +318,7 @@ server {
# RB8001 API endpoints - 51124 서버로 프록시
location ^~ /rb8001/ {
proxy_pass http://192.168.219.52:8001/;
proxy_pass http://192.168.0.106:8001/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;