From d0bb03fea799b351fb0df74bd1c3105bf0c42cb1 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Thu, 2 Aug 2012 23:58:52 +0900 Subject: [PATCH] Updated sample shrpx.conf --- shrpx.conf.sample | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shrpx.conf.sample b/shrpx.conf.sample index c53650d..afb755e 100644 --- a/shrpx.conf.sample +++ b/shrpx.conf.sample @@ -4,7 +4,7 @@ # * Line staring '#' is treated as comment. # # * The option name in the configuration file is the long command-line -# option name, stripped leading '--' (e.g., frontend). Put '=' +# option name with leading '--' stripped (e.g., frontend). Put '=' # between option name and value. Don't put extra leading or trailing # spaces. # @@ -21,8 +21,8 @@ # # Examples: # -# frontend=localhost,3000 -# backend=localhost,80 +# frontend=0.0.0.0,3000 +# backend=127.0.0.1,80 # private-key-file=/path/to/server.key # certificate-file=/path/to/server.crt # spdy-proxy=no