nghttpx: Clarify origin host for --backend-http1-connection-per-host
This commit is contained in:
parent
878b873c69
commit
f3b7f4140b
|
@ -1074,9 +1074,11 @@ Performance:
|
||||||
backend addresses specified by -b option.
|
backend addresses specified by -b option.
|
||||||
--backend-http1-connections-per-host=<N>
|
--backend-http1-connections-per-host=<N>
|
||||||
Set maximum number of backend concurrent HTTP/1
|
Set maximum number of backend concurrent HTTP/1
|
||||||
connections per host. This option is meaningful when -s
|
connections per origin host. This option is meaningful
|
||||||
option is used. To limit the number of connections per
|
when -s option is used. The origin host is determined
|
||||||
frontend for default mode, use
|
by authority portion of requset URI (or :authority
|
||||||
|
header field for HTTP/2). To limit the number of
|
||||||
|
connections per frontend for default mode, use
|
||||||
--backend-http1-connections-per-frontend.
|
--backend-http1-connections-per-frontend.
|
||||||
Default: )" << get_config()->downstream_connections_per_host
|
Default: )" << get_config()->downstream_connections_per_host
|
||||||
<< R"(
|
<< R"(
|
||||||
|
|
Loading…
Reference in New Issue