mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
Missed a FilesMatch section, meh.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331701 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1769,7 +1769,11 @@ filenames</td></tr>
|
||||
does. However, it accepts a <a class="glossarylink" href="../glossary.html#regex" title="see glossary">regular
|
||||
expression</a>. For example:</p>
|
||||
|
||||
<pre class="prettyprint lang-config"><FilesMatch "\.(gif|jpe?g|png)$"></pre>
|
||||
<pre class="prettyprint lang-config">
|
||||
<FilesMatch "\.(gif|jpe?g|png)$">
|
||||
# ...
|
||||
</FilesMatch>
|
||||
</pre>
|
||||
|
||||
|
||||
<p>would match most common Internet graphics formats.</p>
|
||||
|
||||
@@ -1701,7 +1701,11 @@ filenames</description>
|
||||
does. However, it accepts a <glossary ref="regex">regular
|
||||
expression</glossary>. For example:</p>
|
||||
|
||||
<highlight language="config"><FilesMatch "\.(gif|jpe?g|png)$"></highlight>
|
||||
<highlight language="config">
|
||||
<FilesMatch "\.(gif|jpe?g|png)$">
|
||||
# ...
|
||||
</FilesMatch>
|
||||
</highlight>
|
||||
|
||||
<p>would match most common Internet graphics formats.</p>
|
||||
</usage>
|
||||
|
||||
Reference in New Issue
Block a user