Skip to content

Commit

Permalink
Changed nginx.conf to include SVG and font formats for gzipping
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Barnes authored and paulirish committed Nov 23, 2010
1 parent 7327794 commit 9cd2121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.conf
Expand Up @@ -67,7 +67,7 @@ http {
gzip_min_length 1100;
gzip_buffers 4 8k;
gzip_proxied any;
gzip_types text/plain text/xml application/xml application/xml+rss text/css text/javascript application/javascript application/json;
gzip_types text/plain text/xml application/xml application/xml+rss text/css text/javascript application/javascript application/json image/svg+xml font/truetype font/opentype application/vnd.ms-fontobject;

gzip_static on;

Expand Down

0 comments on commit 9cd2121

Please sign in to comment.