HaProxy: enable gzip compression for certain content types.
This commit is contained in:
@@ -27,6 +27,7 @@ blender_cloud:
|
|||||||
VIRTUAL_HOST: http://cloud.blender.org/*,https://cloud.blender.org/*,http://pillar-web/*
|
VIRTUAL_HOST: http://cloud.blender.org/*,https://cloud.blender.org/*,http://pillar-web/*
|
||||||
VIRTUAL_HOST_WEIGHT: 10
|
VIRTUAL_HOST_WEIGHT: 10
|
||||||
FORCE_SSL: "true"
|
FORCE_SSL: "true"
|
||||||
|
GZIP_COMPRESSION_TYPE: "text/html text/plain text/css application/javascript"
|
||||||
volumes:
|
volumes:
|
||||||
# format: HOST:CONTAINER
|
# format: HOST:CONTAINER
|
||||||
- /data/git:/data/git:ro
|
- /data/git:/data/git:ro
|
||||||
|
Reference in New Issue
Block a user