equal
deleted
inserted
replaced
25 |
25 |
26 The first rule in the file which has all its conditions satisfied is used |
26 The first rule in the file which has all its conditions satisfied is used |
27 to determine whether an action is allowed. If no rule is matched the |
27 to determine whether an action is allowed. If no rule is matched the |
28 request is denied. |
28 request is denied. |
29 |
29 |
30 Paths cannot contain any special characters except "/"; glob patterns |
30 "*" only matches one directory level, where "**" matches as many as you |
31 cannot contain any special characters except "/" and "*". "*" matches zero |
31 want. More precisely, "*" matches zero or more characters not including "/" |
32 or more characters not including "/" while "**" matches zero or more |
32 while "**" matches zero or more characters including "/". |
33 characters including "/". |
|
34 |
33 |
35 Blank lines and lines that start with "#" are ignored. |
34 Blank lines and lines that start with "#" are ignored. |
36 |
35 |
37 access.conf ships with the following contents: |
36 access.conf ships with the following contents: |
38 |
37 |