1
0
Fork 0
docker-easy-haproxy/examples/static/config.yml
2022-08-15 00:34:45 +00:00

19 lines
398 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:
containers:
- container:8080