You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to do some kind of a reverse proxy configuration to accessories? I'd like to have multiple applications on one server, and for each of them to have their own mailpit instance, accessed by it's own sub-domain - so something like this:
Is it possible to do some kind of a reverse proxy configuration to accessories? I'd like to have multiple applications on one server, and for each of them to have their own mailpit instance, accessed by it's own sub-domain - so something like this:
APP1: foo.bar.baz.test
MAIL: mail.foo.bar.baz.test (80 -> 8025)
APP2: john.bar.baz.test
MAIL: mail.john.bar.baz.test (80 -> 8025)
The text was updated successfully, but these errors were encountered: