Update README.rst

This commit is contained in:
Tatsuhiro Tsujikawa 2013-02-22 22:49:29 +09:00
parent c487d152b2
commit e0af8900bf
1 changed files with 136 additions and 126 deletions

View File

@ -360,6 +360,8 @@ Here is the command-line options::
--subcert=<KEYPATH>:<CERTPATH> --subcert=<KEYPATH>:<CERTPATH>
Specify additional certificate and private Specify additional certificate and private
key file. Shrpx will choose certificates key file. Shrpx will choose certificates
based on the hostname indicated by client
using TLS SNI extension. This option can be
used multiple times. used multiple times.
SPDY: SPDY:
@ -375,6 +377,14 @@ Here is the command-line options::
Sets the initial window size of SPDY Sets the initial window size of SPDY
backend connection to 2**<N>. backend connection to 2**<N>.
Default: 16 Default: 16
--backend-spdy-no-tls
Disable SSL/TLS on backend SPDY connections.
SPDY protocol must be specified using
--backend-spdy-proto
--backend-spdy-proto
Specify SPDY protocol used in backend
connection if --backend-spdy-no-tls is used.
Default: spdy/3
Mode: Mode:
-s, --spdy-proxy Enable secure SPDY proxy mode. -s, --spdy-proxy Enable secure SPDY proxy mode.