From 85e77f68f33acaeef814a58eec2867924072d2e1 Mon Sep 17 00:00:00 2001 From: Nozomi Inanami <42267827+nozomi1773@users.noreply.github.com> Date: Tue, 23 Apr 2019 16:49:37 +0900 Subject: [PATCH 1/2] fix ssl.server.ticket_key.filename default --- doc/admin-guide/files/records.config.en.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/admin-guide/files/records.config.en.rst b/doc/admin-guide/files/records.config.en.rst index 7a729b98968..953473163e0 100644 --- a/doc/admin-guide/files/records.config.en.rst +++ b/doc/admin-guide/files/records.config.en.rst @@ -3317,7 +3317,7 @@ SSL Termination The filename of the certificate authority that client certificates will be verified against. -.. ts:cv:: CONFIG proxy.config.ssl.server.ticket_key.filename STRING ssl_ticket.key +.. ts:cv:: CONFIG proxy.config.ssl.server.ticket_key.filename STRING NULL The filename of the default and global ticket key for SSL sessions. The location is relative to the :ts:cv:`proxy.config.ssl.server.cert.path` directory. One way to generate this would be to run From ddad079c1d359a2d8b3a4c821404d4610e901b8b Mon Sep 17 00:00:00 2001 From: Nozomi Inanami <42267827+nozomi1773@users.noreply.github.com> Date: Tue, 23 Apr 2019 16:50:43 +0900 Subject: [PATCH 2/2] fix http2.max_header_list_size default --- doc/admin-guide/files/records.config.en.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/admin-guide/files/records.config.en.rst b/doc/admin-guide/files/records.config.en.rst index 953473163e0..d9120b21710 100644 --- a/doc/admin-guide/files/records.config.en.rst +++ b/doc/admin-guide/files/records.config.en.rst @@ -3660,7 +3660,7 @@ HTTP/2 Configuration The maximum size of the header compression table used to decode header blocks. -.. ts:cv:: CONFIG proxy.config.http2.max_header_list_size INT 4294967295 +.. ts:cv:: CONFIG proxy.config.http2.max_header_list_size INT 131072 :reloadable: This advisory setting informs a peer of the maximum size of header list