Issue #1087 - changes from review

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
Lachlan Roberts 2021-11-12 13:55:08 +11:00
parent 1c91fbe9b9
commit 1d88a52647
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
[[og-module-well-known]] [[og-module-well-known]]
===== 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. 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. Note that the `.well-known` directory may be seen as a hidden directory by the filesystem.

View File

@ -17,6 +17,6 @@ etc/well-known.xml
[ini-template] [ini-template]
# tag::documentation[] # 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 # jetty.wellknown.dir=.well-known
# end::documentation[] # end::documentation[]