Allow long AI QA proxy requests
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-07-09 14:09:40 +02:00
parent 7bf0757470
commit dacdcfe64d
6 changed files with 18 additions and 0 deletions
+2
View File
@@ -2,6 +2,8 @@ server {
listen 80;
server_name _;
client_max_body_size 250m;
proxy_read_timeout 600s;
proxy_send_timeout 600s;
root /usr/share/nginx/html;
index index.html;