Update firststeps-rp.md

Dieser Commit ist enthalten in:
André Peters 2020-03-06 07:56:35 +01:00 committet von GitHub
Ursprung c1e6b9ce2d
Commit e516e46397
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -132,7 +132,7 @@ server {
} }
``` ```
### HAProxy ### HAProxy (community supported)
**Important/Fixme**: This example only forwards HTTPS traffic and does not use mailcows built-in ACME client. **Important/Fixme**: This example only forwards HTTPS traffic and does not use mailcows built-in ACME client.
@ -148,7 +148,7 @@ backend mailcow
server mailcow 127.0.0.1:8080 check server mailcow 127.0.0.1:8080 check
``` ```
### Traefik v2 ### Traefik v2 (community supported)
**Important**: This config only covers the "reverseproxing" of the webpannel (nginx-mailcow) using Traefik v2, if you also want to reverseproxy the mail services such as dovecot, postfix... you'll just need to adapt the following config to each container and create an [EntryPoint](https://docs.traefik.io/routing/entrypoints/) on your `traefik.toml` or `traefik.yml` (depending which config you use) for each port. **Important**: This config only covers the "reverseproxing" of the webpannel (nginx-mailcow) using Traefik v2, if you also want to reverseproxy the mail services such as dovecot, postfix... you'll just need to adapt the following config to each container and create an [EntryPoint](https://docs.traefik.io/routing/entrypoints/) on your `traefik.toml` or `traefik.yml` (depending which config you use) for each port.