OPNsense Forum

English Forums => General Discussion => Topic started by: siga75 on October 26, 2019, 06:31:08 PM

Title: nginx proxy buffer size
Post by: siga75 on October 26, 2019, 06:31:08 PM
I set up CSP on my apache backend server, there's several hash inside so the headers become quite big, I have the need to customize the proxy buffer size in the location

    proxy_buffer_size          128k;
    proxy_buffers              4 256k;
    proxy_busy_buffers_size    256k;

Here where I found the solution:

https://ma.ttias.be/nginx-proxy-upstream-sent-big-header-reading-response-header-upstream/
Title: Re: nginx proxy buffer size
Post by: fabian on October 27, 2019, 08:02:02 AM
Can you make a ticket on GitHub?
Title: Re: nginx proxy buffer size
Post by: siga75 on October 27, 2019, 09:27:06 AM
sure, well I will try, never did it :)

thx
Title: Re: nginx proxy buffer size
Post by: siga75 on October 27, 2019, 07:43:57 PM
looks like someone else already asked this feature