diff options
| author | jvoisin | 2018-02-09 16:17:58 +0100 |
|---|---|---|
| committer | jvoisin | 2018-02-09 16:17:58 +0100 |
| commit | 64845e70d120bca06dc9c0454841c1669535cc1e (patch) | |
| tree | 854d384ae537cec2f80664b0b2c645a650e41b12 | |
| parent | b92d25350609d4213e62bcfac0a77607bcfadb74 (diff) | |
Clarify a bit the documentation
| -rw-r--r-- | doc/source/config.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/config.rst b/doc/source/config.rst index 337bc25..aae8a29 100644 --- a/doc/source/config.rst +++ b/doc/source/config.rst | |||
| @@ -354,6 +354,8 @@ The ``param`` filter is also able to do some dereferencing: | |||
| 354 | The ``filename`` filter requires a leading ``/``, since paths are absolutes (like ``/var/www/mywebsite/lib/parse.php``). | 354 | The ``filename`` filter requires a leading ``/``, since paths are absolutes (like ``/var/www/mywebsite/lib/parse.php``). |
| 355 | If you would like to have only one configuration file for several vhost in different folders, | 355 | If you would like to have only one configuration file for several vhost in different folders, |
| 356 | you can use the ``filename_r`` directive to match on the filename (like ``/lib/parse\.php``). | 356 | you can use the ``filename_r`` directive to match on the filename (like ``/lib/parse\.php``). |
| 357 | Please do note that this filter matches on the file where the function is **defined**, | ||
| 358 | not the one where the function is **called from**. | ||
| 357 | 359 | ||
| 358 | For clarity, the presence of the ``allow`` or ``drop`` action is **mandatory**. | 360 | For clarity, the presence of the ``allow`` or ``drop`` action is **mandatory**. |
| 359 | 361 | ||
