ministryofjustice/docker-tomee

Enable compression on the Connector

Closed this issue · 1 comments

If we're running in AWS, the origin should be responsible for compressing responses where relevant.

The Elastic Load Balancer (of any flavour) does not support that, so it would need to be a reverse-proxy such as nginx, httpd, or haproxy.

Alternatively, we could allow Tomcat to do it.

Fixed by #5.