Updated README.rst

This commit is contained in:
Tatsuhiro Tsujikawa 2012-08-03 22:16:20 +09:00
parent 5815d83414
commit 6aa30b6a77
1 changed files with 3 additions and 1 deletions

View File

@ -224,7 +224,9 @@ Shrpx - A reverse proxy for SPDY/HTTPS
The ``shrpx`` is a multi-threaded reverse proxy for SPDY/HTTPS. It
converts SPDY/HTTPS traffic to plain HTTP. It can be used as SSL/SPDY
proxy with the http proxy (e.g., Squid) in the backend. To enable
SSL/SPDY proxy mode, use ``--spdy-proxy`` option.
SSL/SPDY proxy mode, use ``--spdy-proxy`` option. It also supports
configuration file. See ``--conf`` option and sample configuration
file ``shrpx.conf.sample``.
Here is the command-line options::