SSE через ВМ (proxy_buffering off) + nginx config (v1.0.54)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user