Skip to content

Commit

Permalink
Issue #1087 - changes from review
Browse files Browse the repository at this point in the history
Signed-off-by: Lachlan Roberts <[email protected]>
  • Loading branch information
lachlan-roberts committed Nov 12, 2021
1 parent 1c91fbe commit 1d88a52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[[og-module-well-known]]
===== Module `well-known`

The `well-known` creates a `ResourceHandler` deployed at the `/.well-known` context path which serves files from a directory.
The `well-known` Jetty module creates a `ResourceHandler` deployed at the `/.well-known` context path which serves files from a directory.
By default, the directory created at `$JETTY_BASE/.well-known` is used, but it can be configured from `well-known.ini` to anywhere in the filesystem.
Note that the `.well-known` directory may be seen as a hidden directory by the filesystem.

Expand Down
2 changes: 1 addition & 1 deletion jetty-server/src/main/config/modules/well-known.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ etc/well-known.xml

[ini-template]
# tag::documentation[]
## Well Known Directory (relative to $jetty.base)
## Well Known Directory (relative to $JETTY_BASE if relative path, otherwise it is an absolute path).
# jetty.wellknown.dir=.well-known
# end::documentation[]

0 comments on commit 1d88a52

Please sign in to comment.