Update doc
This commit is contained in:
parent
950e2d9954
commit
ed21b631ae
|
@ -343,10 +343,9 @@ requests, do this:
|
||||||
backend=serv1,3000;/;proto=h2
|
backend=serv1,3000;/;proto=h2
|
||||||
backend=serv1,3000;/ws/;proto=http/1.1
|
backend=serv1,3000;/ws/;proto=http/1.1
|
||||||
|
|
||||||
Note that the backends share the same pattern must have the same
|
The default backend protocol is HTTP/1.1.
|
||||||
backend protocol. The default backend protocol is HTTP/1.1.
|
|
||||||
|
|
||||||
TLS can be enabed per pattern basis:
|
TLS can be enabled per pattern basis:
|
||||||
|
|
||||||
.. code-block:: text
|
.. code-block:: text
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue