Updated sample shrpx.conf
This commit is contained in:
parent
dff2e14149
commit
d0bb03fea7
|
@ -4,7 +4,7 @@
|
||||||
# * Line staring '#' is treated as comment.
|
# * Line staring '#' is treated as comment.
|
||||||
#
|
#
|
||||||
# * The option name in the configuration file is the long command-line
|
# * 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
|
# between option name and value. Don't put extra leading or trailing
|
||||||
# spaces.
|
# spaces.
|
||||||
#
|
#
|
||||||
|
@ -21,8 +21,8 @@
|
||||||
#
|
#
|
||||||
# Examples:
|
# Examples:
|
||||||
#
|
#
|
||||||
# frontend=localhost,3000
|
# frontend=0.0.0.0,3000
|
||||||
# backend=localhost,80
|
# backend=127.0.0.1,80
|
||||||
# private-key-file=/path/to/server.key
|
# private-key-file=/path/to/server.key
|
||||||
# certificate-file=/path/to/server.crt
|
# certificate-file=/path/to/server.crt
|
||||||
# spdy-proxy=no
|
# spdy-proxy=no
|
||||||
|
|
Loading…
Reference in New Issue