From bffc0ec87a65c2e22eb69b859ffa2e08b431fe8a Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Mon, 29 Feb 2016 01:00:03 +0900 Subject: [PATCH] Update doc --- doc/sources/nghttpx-howto.rst | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/doc/sources/nghttpx-howto.rst b/doc/sources/nghttpx-howto.rst index b9bbaa25..6a27bfe3 100644 --- a/doc/sources/nghttpx-howto.rst +++ b/doc/sources/nghttpx-howto.rst @@ -303,15 +303,11 @@ As of nghttpx 1.9.0, ``--http2-bridge``, ``--client`` and ``--client-proxy`` options were removed. These functionality can be used using combinations of options. -* ``--http2-bridge``: Use - :option:`--backend`\='-b,;;proto=h2', and - :option:`--backend-tls`. +* ``--http2-bridge``: Use ``--backend=',;;proto=h2'``, and + ``--backend-tls``. -* ``--client``: Use :option:`--frontend-no-tls`, - :option:`--backend`\='-b,;;proto=h2', and - :option:`--backend-tls`. +* ``--client``: Use ``--frontend-no-tls``, + ``--backend=',;;proto=h2'``, and ``--backend-tls``. -* ``--client-proxy``: Use :option:`--http2-proxy`, - :option:`--frontend-no-tls`, - :option:`--backend`\='-b,;;proto=h2', and - :option:`--backend-tls`. +* ``--client-proxy``: Use ``--http2-proxy``, ``--frontend-no-tls``, + ``--backend=',;;proto=h2'``, and ``--backend-tls``.