From 8b533e19bbd0a796e068483a43b11cf7cdcf2b99 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 22 Feb 2015 18:09:37 +0900 Subject: [PATCH] nghttpx: Remove option name from unix path sample since it is a bit strange --- src/shrpx.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shrpx.cc b/src/shrpx.cc index 3a06479b..1b9e6ee7 100644 --- a/src/shrpx.cc +++ b/src/shrpx.cc @@ -948,14 +948,14 @@ Connections: addresses and the first occurrence of this option is used. UNIX domain socket can be specified by prefixing path name with "unix:" (e.g., - -bunix:/var/run/backend.sock) + unix:/var/run/backend.sock) Default: )" << DEFAULT_DOWNSTREAM_HOST << "," << DEFAULT_DOWNSTREAM_PORT << R"( -f, --frontend= Set frontend host and port. If is '*', it assumes all addresses including both IPv4 and IPv6. UNIX domain socket can be specified by prefixing path - name with "unix:" (e.g., -funix:/var/run/nghttpx.sock) + name with "unix:" (e.g., unix:/var/run/nghttpx.sock) Default: )" << get_config()->host.get() << "," << get_config()->port << R"( --backlog=