docksal / service-vhost-proxy

Virtual host proxy service image for Docksal
http://docksal.io
MIT License
7 stars 14 forks source link

Increase proxy buffers to 256k #19

Closed achekulaev closed 6 years ago

achekulaev commented 6 years ago

Increase buffers significantly to avoid issues in future.

achekulaev commented 6 years ago

@lmakarov however it might be not enough to increase buffers here (https://stackoverflow.com/a/13896157/1359178). There is also a need to increase buffers in fastcgi

fastcgi_buffer_size 128k;
fastcgi_buffers 4 256k;
fastcgi_busy_buffers_size 256k;