cloud-gov / secureproxy-boshrelease

Other
1 stars 4 forks source link

Swap text/html for application/javascript. #24

Closed cmc333333 closed 7 years ago

cmc333333 commented 7 years ago

@sharms pointed out that nginx gzips text/html is always compressed, so adding it to this list isn't useful: http://nginx.org/en/docs/http/ngx_http_gzip_module.html

On the other hand @jeremiak found that we weren't compressing application/javascript. x-javascript is now "obsolete".