Merge pull request #5793 from kaincenteno/patch-1

rp-docs: comments out http3_stream_buffer_size 512k in nginx template
This commit is contained in:
Simon L. 2024-12-30 12:59:14 +01:00 committed by GitHub
commit 44a86d664c
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>;