# Set the domain haproxy serves, used for the TLS certificate. haproxy_domain: FIXME # List haproxy rules: a list of dicts like this: # # name: foo # path: /foo # backends: # - 127.0.0.1:8080 # - 127.0.0.1:8181 haproxy_rules: []