Mercurial > prosody-modules
diff mod_authz_delegate/README.md @ 6407:6ebda1e5b4f3
mod_authz_delegate: Ruse parent host logic from mod_authz_internal
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Wed, 18 Feb 2026 16:34:37 +0100 |
| parents | f61564b522f7 |
| children |
line wrap: on
line diff
--- a/mod_authz_delegate/README.md Wed Feb 18 16:30:18 2026 +0100 +++ b/mod_authz_delegate/README.md Wed Feb 18 16:34:37 2026 +0100 @@ -22,3 +22,7 @@ authorization = "delegate" authz_delegate_to = "domain.example" ``` + +The setting `authz_delegate_to` defaults to the hostname with the +left-most subdomain removed, or the `parent_host` setting like +[mod_authz_internal][doc:modules:mod_authz_internal].
