h5bp / server-configs

Boilerplate configurations for various web servers.
3.1k stars 411 forks source link

Apache config missing 'application/font-woff' type from DEFLATE definition #146

Closed stillalex closed 11 years ago

stillalex commented 11 years ago

I think the DEFLATE definition from the apache config file [0] is missing the 'application/font-woff' type.

[0] https://github.com/h5bp/server-configs/blob/master/apache/.htaccess#L387

alrra commented 11 years ago

@alexparvulescu There is no need to include WOFF as it already uses gzip compression.

stillalex commented 11 years ago

my bad, wasn't aware of that :) thanks for the update!