From b9163344bd4bb0b92f663fb3b614a3a1044355f1 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 3 Jan 2019 21:40:43 +0000 Subject: Add haproxy descriptions --- etc/haproxy.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/haproxy.cfg b/etc/haproxy.cfg index 7d9b990..050529c 100644 --- a/etc/haproxy.cfg +++ b/etc/haproxy.cfg @@ -21,6 +21,7 @@ mailers smtp # HTTP listen http + description Apache HTTP bind *:80 mode http server defiant defiant:11080 send-proxy-v2 observe layer4 check @@ -28,6 +29,7 @@ listen http # HTTPS listen https + description Apache HTTPS bind *:443 mode tcp server defiant defiant:11443 send-proxy-v2 observe layer4 check @@ -35,6 +37,7 @@ listen https # SMTP listen smtp + description Exim SMTP bind *:25 mode tcp server defiant defiant:11025 send-proxy-v2 observe layer4 check @@ -42,6 +45,7 @@ listen smtp # IMAPS listen imaps + description Courier IMAP bind *:993 mode tcp timeout client 2h -- cgit v1.2.3