Issue #1087 - changes from review
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
parent
1c91fbe9b9
commit
1d88a52647
|
@ -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.
|
||||
|
||||
|
|
|
@ -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[]
|
||||
|
|
Loading…
Reference in New Issue