fix: add Nginx SSE proxy configs to prevent buffering of AI streams, and fix Gateway internal routing to use Nginx
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled
This commit is contained in:
@@ -10,12 +10,12 @@
|
||||
mcp:
|
||||
gateway:
|
||||
fallback:
|
||||
default-url: http://tool-other:8084
|
||||
default-url: http://nginx:8284
|
||||
routes:
|
||||
sms: http://tool-sms:8082
|
||||
email: http://tool-email:8083
|
||||
payment: http://tool-payment:8085
|
||||
hr: http://tool-other:8084
|
||||
sms: http://nginx:8282
|
||||
email: http://nginx:8283
|
||||
payment: http://nginx:8285
|
||||
hr: http://nginx:8284
|
||||
|
||||
# --- 신한라이프 EAI/MCI 연계 IP 정보 (개발 환경) ---
|
||||
shinhan:
|
||||
|
||||
@@ -26,12 +26,12 @@ server:
|
||||
mcp:
|
||||
gateway:
|
||||
fallback:
|
||||
default-url: http://tool-other:8084
|
||||
default-url: http://nginx:8284
|
||||
routes:
|
||||
sms: http://tool-sms:8082
|
||||
email: http://tool-email:8083
|
||||
payment: http://tool-payment:8085
|
||||
hr: http://tool-hr:8086
|
||||
sms: http://nginx:8282
|
||||
email: http://nginx:8283
|
||||
payment: http://nginx:8285
|
||||
hr: http://nginx:8286
|
||||
agent-claims-required: false
|
||||
trusted-claims-required: false
|
||||
write-approval-required: false
|
||||
|
||||
Reference in New Issue
Block a user