@nebulon
Thanks!
I found this too may be it’s related which states to increase the buffer I have no idea where to find this or how to do it ?
“
A possible fix for this is to modify the nginx conf to increase the proxy buffer. The following worked for me:
proxy_buffers 4 16k;
proxy_buffer_size 16k;
proxy_busy_buffers_size 32k;
“