diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2015-03-03 21:23:11 +0100 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2015-03-03 21:23:11 +0100 |
commit | cffe0b0dfe76c3223b66a6e0167a204b49497287 (patch) | |
tree | 4f57757c40db7ac03c2ca3a64f9601ea3ad201aa /doc | |
parent | Merge pull request #448 from hamano/ja (diff) |
Fix IPv6 loopback address in the guide
Thanks to Erik Huelsmann for spotting this.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index 6fef4787..9817dc22 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -1793,7 +1793,7 @@ acl: loopback: ip: - "127.0.0.0/8" - - "::" + - "::1" \end{verbatim} \titem{user\_regexp: Regexp} Matches any local user with a name that matches \term{Regexp} on local virtual hosts. Example: @@ -4237,7 +4237,7 @@ acl: loopback: ip: - "127.0.0.0/8" - - "::" + - "::1" shortname: user_glob: - "?" |