From 13d0255c253d99fc3f48de65f944bcb0320e58df Mon Sep 17 00:00:00 2001 From: 3alster <3alster@gmail.com> Date: Mon, 12 Mar 2018 14:44:14 +0300 Subject: [PATCH] Update CONFIG.md fixed copy-paste --- docs/CONFIG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONFIG.md b/docs/CONFIG.md index 91e625b..7380ef2 100644 --- a/docs/CONFIG.md +++ b/docs/CONFIG.md @@ -56,7 +56,7 @@ Only `name`, `host` and `port` are required. If you have MailHog behind a firewall, you'll need ports `8025` and `8080` by default. -You can override this using `-api-bind-addr`, `-api-bind-addr` and `-api-bind-addr` configuration options. +You can override this using `-api-bind-addr`, `-ui-bind-addr` and `-smtp-bind-addr` configuration options. If you're using MailHog behind a reverse proxy, e.g. nginx, make sure WebSocket connections are also supported and configured - see [this issue](https://github.com/mailhog/MailHog/issues/117) for information.