V
V
Vasya2018-05-29 14:15:20
Nginx
Vasya, 2018-05-29 14:15:20

Why can nginx load balancer break page output?

Apache and nginx back-servers
In the config only
client_max_body_size 1024M client_body_buffer_size
4M is specified from the restrictions .

Answer the question

In order to leave comments, you need to log in

3 answer(s)
F
forspamonly2, 2018-05-29
@forspamonly2

сталкивался с таким когда на сервере раздел /tmp был не в памяти, а на диске, и кончилось место. нгинкс в /tmp куски больших страниц пишет.

Алексей Сундуков, 2018-05-29
@alekciy

What about the logs? It can't be empty.
PS And the back case does not send the incorrect Content-Length?

V
Victor Smolsky, 2019-01-09
@simplysiteru

You should pay attention to the buffer size proxy_buffer_size if Nginx is used as a proxy server:
https://ruhighload.com/%D0%9E%D1%88%D0%B8%D0%B1%D0...

http {
  proxy_buffer_size   64k;
  proxy_buffers   4 64k;
  proxy_busy_buffers_size   64k;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question