7 lines
280 B
Plaintext
7 lines
280 B
Plaintext
|
# See https://www.haproxy.com/blog/how-to-map-domain-names-to-backend-server-pools-with-haproxy
|
||
|
#
|
||
|
# domain backend
|
||
|
fully.qualified.domain.name be_example.net
|
||
|
example.net be_example.net
|
||
|
another.domain.com be_example.net
|