mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-03 07:53:39 +00:00
allow to disable proxy_buffering
This commit is contained in:
@@ -43,6 +43,11 @@ http {
|
||||
gunzip on;
|
||||
gzip_static on;
|
||||
|
||||
proxy_buffering on;
|
||||
proxy_buffer_size 16k;
|
||||
proxy_busy_buffers_size 24k;
|
||||
proxy_buffers 64 4k;
|
||||
|
||||
http2 on;
|
||||
http3 on;
|
||||
quic_gso on;
|
||||
|
Reference in New Issue
Block a user