Skip to content

Commit

Permalink
Update templates/http/modules.j2
Browse files Browse the repository at this point in the history
improve readability

Co-authored-by: Alessandro Fael Garcia <alessfg@hotmail.com>
  • Loading branch information
oxpa and alessfg authored Aug 7, 2023
1 parent e6e44c5 commit 0ae9613
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/http/modules.j2
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ http2_recv_buffer_size {{ http2['recv_buffer_size'] }};
{% if http2['chunk_size'] is defined %}
http2_chunk_size {{ http2['chunk_size'] }};
{% endif %}

{% endmacro %}

{# NGINX HTTP v3 -- ngx_http_v3_module #}
Expand Down

0 comments on commit 0ae9613

Please sign in to comment.