fix: rb8001 HTTP 블록에 timeout 설정 추가 (504 에러 방지)
All checks were successful
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s

This commit is contained in:
happybell80 2025-12-02 01:20:48 +09:00
parent 9948dbe08e
commit 92ded8f9db

View File

@ -111,6 +111,10 @@ server {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
# Increase timeout for AI evaluation
proxy_read_timeout 300s;
proxy_connect_timeout 75s;
proxy_send_timeout 300s;
}
# Robeing Gateway - API Gateway for routing to robeings