mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-23 14:24:03 +00:00
Docs: Fix Firewall And Proxy Config Ports And Flags
This commit is contained in:
parent
1bd561aa34
commit
1bb606094b
1 changed files with 2 additions and 2 deletions
|
@ -54,9 +54,9 @@ Only `name`, `host` and `port` are required.
|
||||||
|
|
||||||
### Firewalls and proxies
|
### Firewalls and proxies
|
||||||
|
|
||||||
If you have MailHog behind a firewall, you'll need ports `8025` and `8080` by default.
|
If you have MailHog behind a firewall, you'll need ports `8025` and `1025` 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
|
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.
|
are also supported and configured - see [this issue](https://github.com/mailhog/MailHog/issues/117) for information.
|
||||||
|
|
Loading…
Reference in a new issue