From 708c99c0527e77e66eac14290277854a8c6a60d0 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 4 Jun 2016 18:48:16 +0900 Subject: [PATCH] nghttpx: Describe api parameter in --frontend option --- src/shrpx.cc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/shrpx.cc b/src/shrpx.cc index 044e272b..65d41635 100644 --- a/src/shrpx.cc +++ b/src/shrpx.cc @@ -1341,6 +1341,13 @@ Connections: Optionally, TLS can be disabled by specifying "no-tls" parameter. TLS is enabled by default. + To make this frontend as API endpoint, specify "api" + parameter. This is disabled by default. It is + important to limit the access to the API frontend. + Otherwise, someone may change the backend server, and + break your services, or expose confidential information + to the outside the world. + Default: *,3000 --backlog= Set listen backlog size.