Skip to content

Commit

Permalink
Issue #5304 HTTP2 HostHeader
Browse files Browse the repository at this point in the history
 + updated more options doco and handling

Signed-off-by: Greg Wilkins <gregw@webtide.com>
  • Loading branch information
gregw committed Sep 22, 2020
1 parent 3a20ef7 commit 9beb685
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public class DirConfigSource implements ConfigSource
BANNED_ARGS.add("--create-files");
BANNED_ARGS.add("--create-startd");
BANNED_ARGS.add("--create-start-ini");
BANNED_ARGS.add("--create-start-d");
BANNED_ARGS.add("--add-to-startd");
BANNED_ARGS.add("--add-to-start");
BANNED_ARGS.add("--add-module");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ Jetty Module Management:

--create-start-d
Create a ${jetty.base}/start.d directory. If a ${jetty.base}/start.ini
files exists, then all it is moved into start.d. This is the default
action and this option is only need to force the creation of a
${jetty.home}/start.d
files exists, then all it is moved into start.d. Using a start.d directory
is the default and this option is only needed to either force the creation of a
${jetty.home}/start.d or to move a start.ini file to start.d

--create-start-ini
Create a ${jetty.base}/start.ini file. If a ${jetty.base}/start.d
Expand Down

0 comments on commit 9beb685

Please sign in to comment.