Ran into an issue that I needed to set a larger proxy_buffer_size (e.g. to 128k). It works after increasing.
However my question is: what's the disadvantages of setting a large buffer size? If there is no disadvantage, why the default is only 8k? Is there a certain value that I certainly shouldn't set it larger than that?
Thanks!