Add https://cloud*/* as virtual host to haproxy config

This allows testing on https://cloud3/ for example, without having to
edit the docker-compose.yml file on the cloud3 server.
This commit is contained in:
2018-02-02 12:20:39 +01:00
parent ff5af22771
commit 3be926b9b3

View File

@@ -96,7 +96,7 @@ services:
container_name: blender_cloud
restart: always
environment:
VIRTUAL_HOST: http://cloud.blender.org/*,https://cloud.blender.org/*,http://blender-cloud/*,https://blender-cloud/*
VIRTUAL_HOST: http://cloud.blender.org/*,https://cloud.blender.org/*,http://blender-cloud/*,https://blender-cloud/*,http://cloud*/*,https://cloud*/*
VIRTUAL_HOST_WEIGHT: 10
FORCE_SSL: "true"
GZIP_COMPRESSION_TYPE: "text/html text/plain text/css application/javascript"