Update README.rst
This commit is contained in:
parent
c487d152b2
commit
e0af8900bf
10
README.rst
10
README.rst
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue