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

This reverts commit 3be926b9b3.
This commit is contained in:
2018-02-02 13:00:57 +01:00
parent 5a3a7a3883
commit 87cf5a9844

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/*,http://cloud*/*,https://cloud*/*
VIRTUAL_HOST: http://cloud.blender.org/*,https://cloud.blender.org/*,http://blender-cloud/*,https://blender-cloud/*
VIRTUAL_HOST_WEIGHT: 10
FORCE_SSL: "true"
GZIP_COMPRESSION_TYPE: "text/html text/plain text/css application/javascript"