diff --git a/README.md b/README.md index 8cd5259..3a75d78 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ NAS_SSH_KEY_ADMIN: SSH 개인키 - `https://ro-being.com/` → 192.168.219.45:5173 (메인 프론트엔드) - `https://ro-being.com/api/` → 192.168.219.45:8000 (frontend/backend) -- `https://ro-being.com/rb8001/` → 192.168.219.45:8001 (api_base) +- `https://ro-being.com/rb10508/` → 192.168.219.45:10508 (test_api) ## SSL 설정 diff --git a/server-nginx-default b/server-nginx-default index 5819c09..3ebcbf8 100644 --- a/server-nginx-default +++ b/server-nginx-default @@ -137,9 +137,9 @@ server { proxy_set_header X-Forwarded-Proto $scheme; } - # RB8001 API endpoints - location /rb8001/ { - proxy_pass http://localhost:8001; + # RB10508 API endpoints + location /rb10508/ { + proxy_pass http://localhost:10508; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;