summaryrefslogtreecommitdiff
path: root/doc/source/config.rst
diff options
context:
space:
mode:
authorjvoisin2018-02-09 16:17:58 +0100
committerjvoisin2018-02-09 16:17:58 +0100
commit64845e70d120bca06dc9c0454841c1669535cc1e (patch)
tree854d384ae537cec2f80664b0b2c645a650e41b12 /doc/source/config.rst
parentb92d25350609d4213e62bcfac0a77607bcfadb74 (diff)
Clarify a bit the documentation
Diffstat (limited to 'doc/source/config.rst')
-rw-r--r--doc/source/config.rst2
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:
354The ``filename`` filter requires a leading ``/``, since paths are absolutes (like ``/var/www/mywebsite/lib/parse.php``). 354The ``filename`` filter requires a leading ``/``, since paths are absolutes (like ``/var/www/mywebsite/lib/parse.php``).
355If you would like to have only one configuration file for several vhost in different folders, 355If you would like to have only one configuration file for several vhost in different folders,
356you can use the ``filename_r`` directive to match on the filename (like ``/lib/parse\.php``). 356you can use the ``filename_r`` directive to match on the filename (like ``/lib/parse\.php``).
357Please do note that this filter matches on the file where the function is **defined**,
358not the one where the function is **called from**.
357 359
358For clarity, the presence of the ``allow`` or ``drop`` action is **mandatory**. 360For clarity, the presence of the ``allow`` or ``drop`` action is **mandatory**.
359 361