Lines Matching +full:- +full:- +full:option
10 --------
12 **nghttpd** [OPTION]... <PORT> [<PRIVATE_KEY> <CERT>]
15 -----------
27 :option:`--no-tls` is specified.
32 :option:`--no-tls` is specified.
35 -------
37 .. option:: -a, --address=<ADDR>
42 .. option:: -D, --daemon
44 Run in a background. If :option:`-D` is used, the current working
45 directory is changed to '*/*'. Therefore if this option
46 is used, :option:`-d` option must be specified.
48 .. option:: -V, --verify-client
52 terminated. Currently, this option just requests a
55 .. option:: -d, --htdocs=<PATH>
57 Specify document root. If this option is not specified,
60 .. option:: -v, --verbose
65 .. option:: --no-tls
69 .. option:: -c, --header-table-size=<SIZE>
73 .. option:: --encoder-header-table-size=<SIZE>
78 this option value and the value which client specified.
80 .. option:: --color
84 .. option:: -p, --push=<PATH>=<PUSH_PATH,...>
87 This option can be used repeatedly to specify multiple
89 relative to document root. See :option:`--htdocs` option.
90 Example: :option:`-p`\/=/foo.png :option:`-p`\/doc=/bar.css
92 .. option:: -b, --padding=<N>
97 .. option:: -m, --max-concurrent-streams=<N>
104 .. option:: -n, --workers=<N>
110 .. option:: -e, --error-gzip
114 .. option:: -w, --window-bits=<N>
116 Sets the stream level initial window size to 2\*\*<N>-1.
118 .. option:: -W, --connection-window-bits=<N>
121 2\*\*<N>-1.
123 .. option:: --dh-param-file=<PATH>
126 Without this option, DHE cipher suites are not
129 .. option:: --early-response
134 .. option:: --trailer=<HEADER>
139 body part. Example: :option:`--trailer` 'foo: bar'.
141 .. option:: --hexdump
147 .. option:: --echo-upload
151 .. option:: --mime-types-file=<PATH>
158 .. option:: --no-content-length
160 Don't send content-length header field.
162 .. option:: --version
166 .. option:: -h, --help
176 --------