diff options
author | Eric Covener <covener@apache.org> | 2013-08-26 18:10:39 +0200 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2013-08-26 18:10:39 +0200 |
commit | b1a451f1ef16d76dcb30b28c7472f8ac0f506c45 (patch) | |
tree | 560189ff9e1f61bed5c8e649f9099c0ec94dccc8 /docs | |
parent | remove cache-busting workarounds for ancient browsers. Add more mimetypes to (diff) | |
download | apache2-b1a451f1ef16d76dcb30b28c7472f8ac0f506c45.tar.xz apache2-b1a451f1ef16d76dcb30b28c7472f8ac0f506c45.zip |
fix whitespace in example config
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1517588 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/mod/mod_deflate.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_deflate.xml b/docs/manual/mod/mod_deflate.xml index 6452800be0..783ca9c281 100644 --- a/docs/manual/mod/mod_deflate.xml +++ b/docs/manual/mod/mod_deflate.xml @@ -57,8 +57,8 @@ client</description> is placed:</p> <highlight language="config"> - SetOutputFilter DEFLATE - SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip +SetOutputFilter DEFLATE +SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip </highlight> <p>If you want to restrict the compression to particular MIME types |