diff options
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: - "?" |