nghttpx: Clarify --conf option behaviour
This commit is contained in:
parent
911d12f7c4
commit
c3f5f5ca36
|
@ -2688,7 +2688,9 @@ Scripting:
|
||||||
|
|
||||||
Misc:
|
Misc:
|
||||||
--conf=<PATH>
|
--conf=<PATH>
|
||||||
Load configuration from <PATH>.
|
Load configuration from <PATH>. Please note that
|
||||||
|
nghttpx always tries to read the default configuration
|
||||||
|
file if --conf is not given.
|
||||||
Default: )"
|
Default: )"
|
||||||
<< config->conf_path << R"(
|
<< config->conf_path << R"(
|
||||||
--include=<PATH>
|
--include=<PATH>
|
||||||
|
|
Loading…
Reference in New Issue