diff options
Diffstat (limited to 'doc/guide.tex')
-rw-r--r-- | doc/guide.tex | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index 966f0334b..c3d16587d 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -1439,6 +1439,11 @@ second elements of the tuples in the list. If it matches, the first element of the first matched tuple is returned, otherwise the value `\term{deny}' is returned. +If you define specific Access rights in a virtual host, +remember that the globally defined Access rights have precedence over those. +This means that, in case of conflict, the Access granted or denied in the global server is used +and the Access of a virtual host doesn't have effect. + Example: \begin{verbatim} {access, configure, [{allow, admin}]}. |