HaProxy: enable gzip compression for certain content types.

This commit is contained in:
2017-09-15 11:03:28 +02:00
parent ea8ef9c8bb
commit b554756f54

View File

@@ -27,6 +27,7 @@ blender_cloud:
VIRTUAL_HOST: http://cloud.blender.org/*,https://cloud.blender.org/*,http://pillar-web/*
VIRTUAL_HOST_WEIGHT: 10
FORCE_SSL: "true"
GZIP_COMPRESSION_TYPE: "text/html text/plain text/css application/javascript"
volumes:
# format: HOST:CONTAINER
- /data/git:/data/git:ro