diff --git a/README.rst b/README.rst index befca51..b7f1720 100644 --- a/README.rst +++ b/README.rst @@ -230,7 +230,8 @@ Here is the command-line options:: $ examples/shrpx -h Usage: shrpx [-Dhs] [-b ] [-f ] [-n ] - [-c ] [-L ] + [-c ] [-L ] [OPTIONS...] + A reverse proxy for SPDY/HTTPS. @@ -259,6 +260,41 @@ Here is the command-line options:: --add-x-forwarded-for Append X-Forwarded-For header field to the downstream request. + --frontend-spdy-read-timeout= + Specify read timeout for SPDY frontend + connection. Default: 180 + --frontend-read-timeout= + Specify read timeout for non-SPDY frontend + connection. Default: 180 + --frontend-write-timeout= + Specify write timeout for both SPDY and + non-SPDY frontends. + connection. Default: 60 + --backend-read-timeout= + Specify read timeout for backend connection. + Default: 900 + --backend-write-timeout= + Specify write timeout for backend + connection. Default: 60 + --backend-keep-alive-timeout= + Specify keep-alive timeout for backend + connection. Default: 60 + --accesslog Print simple accesslog to stderr. + --frontend-spdy-window-bits= + Sets the initial window size of SPDY + frontend connection to 2**. + Default: 16 + --pid-file= Set path to save PID of this program. + --user= Run this program as USER. This option is + intended to be used to drop root privileges. + --conf= Load configuration from PATH. + Default: /etc/shrpx/shrpx.conf + --syslog Send log messages to syslog. + --syslog-facility= + Set syslog facility. + Default: daemon + --backlog= Set listen backlog size. + Default: 256 -h, --help Print this help.