Skip to content

Commit

Permalink
Merge pull request #5793 from kaincenteno/patch-1
Browse files Browse the repository at this point in the history
rp-docs: comments out http3_stream_buffer_size 512k in nginx template
  • Loading branch information
szaimen authored Dec 30, 2024
2 parents 109b9dc + e3f551c commit 44a86d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reverse-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit 44a86d6

Please sign in to comment.