fix: rb8001 HTTP 블록에 timeout 설정 추가 (504 에러 방지)
All checks were successful
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s
All checks were successful
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s
This commit is contained in:
parent
9948dbe08e
commit
92ded8f9db
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user