ifx timeout u replannu
Some checks failed
CI and deploy / migration-check (push) Failing after 12s
CI and deploy / deploy (push) Has been skipped

This commit is contained in:
Dusan Vojacek
2026-05-01 10:04:43 +02:00
parent 03ebc6246d
commit 6743224cc5
2 changed files with 13 additions and 0 deletions

View File

@@ -32,6 +32,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;
# Výchozí nginx read_timeout = 60s → 504 při POST /plan/run (solver + export_setpoints / Modbus).
# Axios u náročných volání = 120s; rezerva pro více zápisů na bráně / Loxone.
proxy_connect_timeout 15s;
proxy_send_timeout 180s;
proxy_read_timeout 180s;
}
location /rest/ {