mirror of https://dev.ccchb.de/ccchb/ansible.git
7 lines
206 B
Plaintext
7 lines
206 B
Plaintext
|
frontend http
|
||
|
log global
|
||
|
bind ${BIND_V4}:80
|
||
|
bind ${BIND_V6}:80
|
||
|
use_backend %[req.hdr(host),lower,map(/usr/local/etc/haproxy/http.map)]
|
||
|
|