comments out http3_stream_buffer_size 512k as it requires v1.25.0+

comments out http3_stream_buffer_size 512k as it requires version 1.25.0+ of nginx

Signed-off-by: Kain <26943220+kaincenteno@users.noreply.github.com>
This commit is contained in:
Kain 2024-12-24 12:00:14 -08:00 committed by GitHub
parent 109b9dc019
commit e3f551c2a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -368,7 +368,7 @@ server {
client_max_body_size 0;
client_body_buffer_size 512k;
http3_stream_buffer_size 512k;
# http3_stream_buffer_size 512k; # uncomment to enable HTTP/3 / QUIC - supported on nginx v1.25.0+
proxy_read_timeout 86400s;
server_name <your-nc-domain>;