diff options
Diffstat (limited to 'docs/manual/mod/mod_deflate.xml')
-rw-r--r-- | docs/manual/mod/mod_deflate.xml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/manual/mod/mod_deflate.xml b/docs/manual/mod/mod_deflate.xml index 847210f458..398be151aa 100644 --- a/docs/manual/mod/mod_deflate.xml +++ b/docs/manual/mod/mod_deflate.xml @@ -188,7 +188,7 @@ content</title> configuration like the following:</p> <highlight language="config"> - <IfModule mod_headers.c> +<IfModule mod_headers.c> # Serve gzip compressed CSS files if they exist # and the client accepts gzip. RewriteCond %{HTTP:Accept-encoding} gzip @@ -215,10 +215,7 @@ content</title> # non-gzipped css/js files separately. Header append Vary Accept-Encoding </FilesMatch> - </IfModule> -</IfModule> - - +</IfModule> </highlight> </section> |