mirror of
https://github.com/haproxy/haproxy.git
synced 2026-07-10 09:47:01 -04:00
DOC: haterm: add a missing 'haterm' build target on an example
An example build command line was missing "haterm", resulting in building haproxy instead of haterm. May be backported to 3.4 though not important.
This commit is contained in:
parent
5a6ce04810
commit
0ed430864e
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ target to provide on the "make" command line as follows:
|
|||
|
||||
HATerm supports HTTPS/SSL/TCP:
|
||||
|
||||
$ make TARGET=linux-glibc USE_OPENSSL=1
|
||||
$ make TARGET=linux-glibc USE_OPENSSL=1 haterm
|
||||
|
||||
It also supports QUIC:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue