fix: increase proxy timeout for rb8001 backend
All checks were successful
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s

This commit is contained in:
happybell80 2025-11-29 11:37:46 +09:00
parent 638918412b
commit 9948dbe08e

View File

@ -256,6 +256,11 @@ 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