Update u_e-xmpp-enable.md

Dieser Commit ist enthalten in:
André Peters 2021-02-16 15:00:39 +01:00 • committet von GitHub
Ursprung 0465031e0d
Commit bd4a1e23c7
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -76,6 +76,18 @@ If your reverse proxy is configured to point to a site like `webmail.domain.tld`
That's because mailcow does not know it should respond to `webmail.domain.tld` with mailcow UI.
### Method 1
A more simple approach is defining `ADDITIONAL_SERVER_NAMES` in `mailcow.conf`:
```
ADDITIONAL_SERVER_NAMES=webmail.domain.tld
```
Run `docker-compose up -d` to apply.
### Method 2
In your reverse proxy configuration, make sure you set a "Host" header that mailcow actually services, similar to this (Nginx example):
```