From 6039e6b9c739902c097957bb9b0bc44d2f6b0fd4 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 18 Dec 2013 23:33:20 +0900 Subject: [PATCH] Update doc --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 877ec984..9e6dab49 100644 --- a/README.rst +++ b/README.rst @@ -344,6 +344,8 @@ SSL/TLS in the backend connection by deafult. To disable SSL/TLS, use The ``nghttpx`` supports configuration file. See ``--conf`` option and sample configuration file ``nghttpx.conf.sample``. +The ``nghttpx`` does not support server push. + In the default mode, (without any of ``--http2-proxy``, ``--http2-bridge``, ``--client-proxy`` and ``--client`` options), ``nghttpx`` works as reverse proxy to the backend server::