SSE через ВМ (proxy_buffering off) + nginx config (v1.0.54)

This commit is contained in:
2026-06-19 09:50:45 +04:00
parent c6108ead6d
commit a2507f24bf
2 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -15,7 +15,8 @@ server {
proxy_pass https://contractor.luceek8s.dev.nubes.ru;
proxy_set_header Host contractor.luceek8s.dev.nubes.ru;
proxy_set_header X-Real-IP $remote_addr;
proxy_read_timeout 180s;
proxy_read_timeout 600s;
proxy_buffering off;
client_max_body_size 100m;
}