1
0
Fork 0
docker-easy-haproxy/examples/static/config.yml
2021-08-10 15:17:00 -05:00

17 lines
366 B
YAML

stats:
username: admin
password: password
port: 1936 # Optional (default 1936)
customerrors: true # Optional (default false)
easymapping:
- port: 80
redirect:
host1.local: https://host1.local
www.host1.local: https://host1.local
- port: 443
ssl_cert: /etc/certs/host1.local.pem
hosts:
host1.local: container:8080