- add type and encoding for zipped SVG images (.svgz)
Thanks to Sebastian Siebert (via Submit Request #40059) OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=316
This commit is contained in:
parent
43c955beef
commit
7085fd9ed8
@ -128,6 +128,11 @@ AddType application/x-gzip .gz .tgz
|
||||
# are so commonly used that we add them here.
|
||||
Addtype image/x-icon .ico
|
||||
|
||||
# Zipped SVG files (.svgz) are not registered by IANA yet, and we should hint
|
||||
# clients about their encoding
|
||||
AddType image/svg+xml .svg .svgz
|
||||
AddEncoding gzip .svgz
|
||||
|
||||
#
|
||||
# For type maps (negotiated resources):
|
||||
# (This is enabled by default to allow the Apache "It Worked" page
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 17 14:33:47 UTC 2010 - poeml@cmdline.net
|
||||
|
||||
- add type and encoding for zipped SVG images (.svgz)
|
||||
Thanks to Sebastian Siebert (via Submit Request #40059)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 11 21:42:11 UTC 2010 - lars@linux-schulserver.de
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user