nghttpx: Replace old script file options with --mruby-file

This commit is contained in:
Tatsuhiro Tsujikawa 2015-10-25 17:05:15 +09:00
parent 0b2c139eaa
commit 9231a4ba57
1 changed files with 2 additions and 8 deletions

View File

@ -1644,14 +1644,8 @@ Process:
be used to drop root privileges.
Scripting:
--request-phase-file=<PATH>
Set mruby script file which will be executed when
request header fields are completely received from
frontend. This hook is called request phase hook.
--response-phase-file=<PATH>
Set mruby script file which will be executed when
response header fields are completely received from
backend. This hook is called response phase hook.
--mruby-file=<PATH>
Set mruby script file
Misc:
--conf=<PATH>