diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2019-09-27 15:14:12 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2019-09-27 15:14:12 -0500 |
commit | 014f6dc4430c2561a1a6bca707ba81ced5e6998b (patch) | |
tree | 795839e5b0fe72e3308848a98d95c472eff51785 /sites | |
parent | 4c4de253e3909adb99505b6723c58c23d64f7988 (diff) |
Fix canonicalization doc updates.
I blame not copying my pre-push hooks to my work machine :D
Diffstat (limited to 'sites')
-rw-r--r-- | sites/docs/api/config.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sites/docs/api/config.rst b/sites/docs/api/config.rst index 8c17df97..976f0fc2 100644 --- a/sites/docs/api/config.rst +++ b/sites/docs/api/config.rst @@ -41,7 +41,7 @@ what it honors on its end. - ``CanonicalDomains``: sets the domains used for hostname canonicalization. - ``CanonicalizeFallbackLocal``: set to ``no`` to enforce that all looked-up names must resolve under one of the ``CanonicalDomains`` - any names which - don't canonicalize will raise `CouldNotCanonicalize` (instead of silently + don't canonicalize will raise `.CouldNotCanonicalize` (instead of silently returning a config containing only global-level config values, as normal). - ``CanonicalizeHostname``: as with OpenSSH, when a lookup results in this being set to ``yes`` (whether globally or inside a specific block), it |