diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/auth.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/auth.conf b/conf/auth.conf index 1c037901d..784acc980 100644 --- a/conf/auth.conf +++ b/conf/auth.conf @@ -9,6 +9,7 @@ # Path syntax (the one used below): # --------------------------------- # path /path/to/resource +# [environment envlist] # [method methodlist] # allow [host|ip|*] # deny [host|ip] @@ -21,6 +22,7 @@ # This one is differenciated from the path one by a '~' # # path ~ regex +# [environment envlist] # [method methodlist] # allow [host|ip|*] # deny [host|ip] |