nghttpx: Update doc
This commit is contained in:
parent
baadec5ef4
commit
14f5240d8f
10
src/shrpx.cc
10
src/shrpx.cc
|
@ -1730,6 +1730,16 @@ Process:
|
||||||
Run this program as <USER>. This option is intended to
|
Run this program as <USER>. This option is intended to
|
||||||
be used to drop root privileges.
|
be used to drop root privileges.
|
||||||
|
|
||||||
|
Scripting:
|
||||||
|
--on-request-mruby-file=<PATH>
|
||||||
|
Set mruby script file which will be executed when
|
||||||
|
request header fields are completely received from
|
||||||
|
frontend.
|
||||||
|
--on-response-mruby-file=<PATH>
|
||||||
|
Set mruby script file which will be executed when
|
||||||
|
response header fields are completely received from
|
||||||
|
backend.
|
||||||
|
|
||||||
Misc:
|
Misc:
|
||||||
--conf=<PATH>
|
--conf=<PATH>
|
||||||
Load configuration from <PATH>.
|
Load configuration from <PATH>.
|
||||||
|
|
Loading…
Reference in New Issue