Update doc
This commit is contained in:
parent
1b9b03b68f
commit
bffc0ec87a
|
@ -303,15 +303,11 @@ As of nghttpx 1.9.0, ``--http2-bridge``, ``--client`` and
|
||||||
``--client-proxy`` options were removed. These functionality can be
|
``--client-proxy`` options were removed. These functionality can be
|
||||||
used using combinations of options.
|
used using combinations of options.
|
||||||
|
|
||||||
* ``--http2-bridge``: Use
|
* ``--http2-bridge``: Use ``--backend='<ADDR>,<PORT>;;proto=h2'``, and
|
||||||
:option:`--backend`\='-b<ADDR>,<PORT>;;proto=h2', and
|
``--backend-tls``.
|
||||||
:option:`--backend-tls`.
|
|
||||||
|
|
||||||
* ``--client``: Use :option:`--frontend-no-tls`,
|
* ``--client``: Use ``--frontend-no-tls``,
|
||||||
:option:`--backend`\='-b<ADDR>,<PORT>;;proto=h2', and
|
``--backend='<ADDR>,<PORT>;;proto=h2'``, and ``--backend-tls``.
|
||||||
:option:`--backend-tls`.
|
|
||||||
|
|
||||||
* ``--client-proxy``: Use :option:`--http2-proxy`,
|
* ``--client-proxy``: Use ``--http2-proxy``, ``--frontend-no-tls``,
|
||||||
:option:`--frontend-no-tls`,
|
``--backend='<ADDR>,<PORT>;;proto=h2'``, and ``--backend-tls``.
|
||||||
:option:`--backend`\='-b<ADDR>,<PORT>;;proto=h2', and
|
|
||||||
:option:`--backend-tls`.
|
|
||||||
|
|
Loading…
Reference in New Issue