diff options
| author | Ville Skyttä <ville.skytta@iki.fi> | 2011-09-22 18:22:59 +0300 |
|---|---|---|
| committer | Ville Skyttä <ville.skytta@iki.fi> | 2011-09-22 23:43:55 +0300 |
| commit | fee4dde239a650e1cfa5a88ebb4b067c527a60bd (patch) | |
| tree | ee6cbf17fef856a87f6ea63bb2607e097dab713a | |
| parent | 594bef693c05df1a453acdc04b71592988a518c2 (diff) | |
Add .svgz to AddEncoding x-gzip example in httpd.conf.
| -rw-r--r-- | httpd.conf | 2 | ||||
| -rw-r--r-- | httpd.spec | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -770,7 +770,7 @@ AddDefaultCharset UTF-8 # to do with the FancyIndexing customization directives above. # #AddEncoding x-compress .Z -#AddEncoding x-gzip .gz .tgz +#AddEncoding x-gzip .gz .tgz .svgz # If the AddEncoding directives above are commented-out, then you # probably should define those extensions to indicate media types: @@ -525,6 +525,7 @@ rm -rf $RPM_BUILD_ROOT %changelog * Thu Sep 22 2011 Ville Skyttä <ville.skytta@iki.fi> - 2.2.21-2 - Make mmn available as %%{_httpd_mmn}. +- Add .svgz to AddEncoding x-gzip example in httpd.conf. * Tue Sep 13 2011 Joe Orton <jorton@redhat.com> - 2.2.21-1 - update to 2.2.21 |
