diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-01-03 21:40:43 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-01-03 21:40:43 +0000 |
commit | b9163344bd4bb0b92f663fb3b614a3a1044355f1 (patch) | |
tree | 59a6a124c50916af14ffdd71db1837f7613674b4 | |
parent | Add haproxy mailer configuration (diff) | |
download | config-b9163344bd4bb0b92f663fb3b614a3a1044355f1.tar.bz2 config-b9163344bd4bb0b92f663fb3b614a3a1044355f1.tar.xz config-b9163344bd4bb0b92f663fb3b614a3a1044355f1.zip |
Add haproxy descriptions
-rw-r--r-- | etc/haproxy.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
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 |