Fix IPv6 loopback address in the guide

Thanks to Erik Huelsmann for spotting this.
This commit is contained in:
Holger Weiss 2015-03-03 21:23:11 +01:00
parent 7c4efca361
commit cffe0b0dfe
1 changed files with 2 additions and 2 deletions

View File

@ -1793,7 +1793,7 @@ acl:
loopback: loopback:
ip: ip:
- "127.0.0.0/8" - "127.0.0.0/8"
- "::" - "::1"
\end{verbatim} \end{verbatim}
\titem{user\_regexp: Regexp} Matches any local user with a name that \titem{user\_regexp: Regexp} Matches any local user with a name that
matches \term{Regexp} on local virtual hosts. Example: matches \term{Regexp} on local virtual hosts. Example:
@ -4237,7 +4237,7 @@ acl:
loopback: loopback:
ip: ip:
- "127.0.0.0/8" - "127.0.0.0/8"
- "::" - "::1"
shortname: shortname:
user_glob: user_glob:
- "?" - "?"