From 6aa30b6a772c7471b99632313ae3a96f7d987da7 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Fri, 3 Aug 2012 22:16:20 +0900 Subject: [PATCH] Updated README.rst --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b7f17209..3be4bcf3 100644 --- a/README.rst +++ b/README.rst @@ -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::