From f3b7f4140b2fe1bcff2b1892e0c0552b1ce13f54 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Mon, 22 Jun 2015 21:09:39 +0900 Subject: [PATCH] nghttpx: Clarify origin host for --backend-http1-connection-per-host --- src/shrpx.cc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/shrpx.cc b/src/shrpx.cc index 7d459cbd..d32af75f 100644 --- a/src/shrpx.cc +++ b/src/shrpx.cc @@ -1074,9 +1074,11 @@ Performance: backend addresses specified by -b option. --backend-http1-connections-per-host= Set maximum number of backend concurrent HTTP/1 - connections per host. This option is meaningful when -s - option is used. To limit the number of connections per - frontend for default mode, use + connections per origin host. This option is meaningful + when -s option is used. The origin host is determined + 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. Default: )" << get_config()->downstream_connections_per_host << R"(