Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/admin-guide/files/records.config.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down