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:
@@ -96,7 +96,7 @@ services:
|
|||||||
container_name: blender_cloud
|
container_name: blender_cloud
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
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
|
VIRTUAL_HOST_WEIGHT: 10
|
||||||
FORCE_SSL: "true"
|
FORCE_SSL: "true"
|
||||||
GZIP_COMPRESSION_TYPE: "text/html text/plain text/css application/javascript"
|
GZIP_COMPRESSION_TYPE: "text/html text/plain text/css application/javascript"
|
||||||
|
Reference in New Issue
Block a user