Skip to content

Commit

Permalink
enable gzip compression for SVG files
Browse files Browse the repository at this point in the history
  • Loading branch information
Daan De Deckere committed Mar 26, 2015
1 parent 92d6ab7 commit a826b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ FileETag MTime Size

# gzip on Apache 2
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html text/plain text/xml application/xml text/javascript text/css application/x-javascript application/xhtml+xml application/javascript
AddOutputFilterByType DEFLATE text/html text/plain text/xml application/xml text/javascript text/css application/x-javascript application/xhtml+xml application/javascript image/svg+xml

# these browsers do not support deflate
BrowserMatch ^Mozilla/4 gzip-only-text/html
Expand Down

0 comments on commit a826b4c

Please sign in to comment.