Skip to content

Commit 6359194

Browse files
authored
Merge pull request #98 from lianglli/fix-1.0.0-bugs
H2: delete obsolete directive http2_max_field_size, http2_max_header_…
2 parents 1761671 + 4144725 commit 6359194

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

rootfs/etc/nginx/template/nginx.tmpl

-3
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,6 @@ http {
240240
client_body_buffer_size {{ $cfg.ClientBodyBufferSize }};
241241
client_body_timeout {{ $cfg.ClientBodyTimeout }}s;
242242

243-
http2_max_field_size {{ $cfg.HTTP2MaxFieldSize }};
244-
http2_max_header_size {{ $cfg.HTTP2MaxHeaderSize }};
245-
http2_max_requests {{ $cfg.HTTP2MaxRequests }};
246243
http2_max_concurrent_streams {{ $cfg.HTTP2MaxConcurrentStreams }};
247244

248245
types_hash_max_size 2048;

0 commit comments

Comments
 (0)