You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2017/02/18 02:05:35 UTC

[trafficserver] branch master updated: Doc: Add an example of disabled HTTP/2 over TLS

This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/master by this push:
       new  3741555   Doc: Add an example of disabled HTTP/2 over TLS
3741555 is described below

commit 3741555ae7f83adb43e066de00aabb7ab8d515ad
Author: Masaori Koshiba <ma...@apple.com>
AuthorDate: Tue Feb 14 09:59:57 2017 +0900

    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 b0755b0..d7a90b3 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``.

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].