From cffe0b0dfe76c3223b66a6e0167a204b49497287 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Tue, 3 Mar 2015 21:23:11 +0100 Subject: [PATCH] Fix IPv6 loopback address in the guide Thanks to Erik Huelsmann for spotting this. --- doc/guide.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guide.tex b/doc/guide.tex index 6fef4787a..9817dc229 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: - "?"