From 51c74aa2c33398b3960d52995320c3d0df31824e Mon Sep 17 00:00:00 2001 From: Masaori Koshiba Date: Tue, 14 Feb 2017 09:59:57 +0900 Subject: [PATCH] Doc: Add an example of disabled HTTP/2 over TLS --- doc/admin-guide/files/records.config.en.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/admin-guide/files/records.config.en.rst b/doc/admin-guide/files/records.config.en.rst index b0755b0c112..d7a90b3d19c 100644 --- a/doc/admin-guide/files/records.config.en.rst +++ b/doc/admin-guide/files/records.config.en.rst @@ -803,6 +803,12 @@ ip-resolve 9090:proto=http2;http:ssl +.. topic:: Example + + Listen on port 9090 for TSL disabled HTTP/2 and enabled HTTP connections, accept no other session protocols.:: + + 9090:proto=http:ssl + .. ts:cv:: CONFIG proxy.config.http.connect_ports STRING 443 563 The range of origin server ports that can be used for tunneling via ``CONNECT``.