diff options
Diffstat (limited to 'etc')
-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 |