We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1761671 + 4144725 commit 6359194Copy full SHA for 6359194
rootfs/etc/nginx/template/nginx.tmpl
@@ -240,9 +240,6 @@ http {
240
client_body_buffer_size {{ $cfg.ClientBodyBufferSize }};
241
client_body_timeout {{ $cfg.ClientBodyTimeout }}s;
242
243
- http2_max_field_size {{ $cfg.HTTP2MaxFieldSize }};
244
- http2_max_header_size {{ $cfg.HTTP2MaxHeaderSize }};
245
- http2_max_requests {{ $cfg.HTTP2MaxRequests }};
246
http2_max_concurrent_streams {{ $cfg.HTTP2MaxConcurrentStreams }};
247
248
types_hash_max_size 2048;
0 commit comments