diff options
Diffstat (limited to 'docs/manual/sections.html.en')
-rw-r--r-- | docs/manual/sections.html.en | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/manual/sections.html.en b/docs/manual/sections.html.en index 9f9602082b..800754cc7e 100644 --- a/docs/manual/sections.html.en +++ b/docs/manual/sections.html.en @@ -337,7 +337,8 @@ hand, <code class="directive"><a href="./mod/core.html#files"><Files></a>< inside <code class="directive"><a href="./mod/core.html#directory"><Directory></a></code>. On the other hand, <code class="directive"><a href="./mod/core.html#if"><If></a></code> can be used inside <code class="directive"><a href="./mod/core.html#directory"><Directory></a></code>, -<code class="directive"><a href="./mod/core.html#location"><Location></a></code>, and <code class="directive"><a href="./mod/core.html#files"><Files></a></code> sections. The regex +<code class="directive"><a href="./mod/core.html#location"><Location></a></code>, and <code class="directive"><a href="./mod/core.html#files"><Files></a></code> sections (but not inside another +<code class="directive"><a href="./mod/core.html#if"><If></a></code>). The regex counterparts of the named section behave identically.</p> <p>Nested sections are merged after non-nested sections of the same type.</p> |