allow to disable proxy_buffering

This commit is contained in:
Zoey
2024-02-15 01:18:32 +01:00
parent c07ecc3239
commit c546e853a8
4 changed files with 18 additions and 0 deletions

View File

@@ -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;