Adapt subpage headers

Dieser Commit ist enthalten in:
Raphael 2023-06-14 00:42:41 +02:00
Ursprung f013738bc8
Commit 4ac8423b5d
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 61F3C93A86B43337
10 geänderte Dateien mit 22 neuen und 13 gelöschten Zeilen

Datei anzeigen

@ -1,4 +1,6 @@
### Apache 2.4
!!! warning "Wichtig"
Lesen Sie zuerst [die Übersicht](r_p.md).
Erforderliche Module:
```
a2enmod rewrite proxy proxy_http headers ssl

Datei anzeigen

@ -1,4 +1,6 @@
### Apache 2.4
!!! warning "Important"
First read [the overview](r_p.md).
Required modules:
```
a2enmod rewrite proxy proxy_http headers ssl

Datei anzeigen

@ -1,4 +1,5 @@
### Caddy v2 (von der Community unterstützt)
!!! warning "Wichtig"
Lesen Sie zuerst [die Übersicht](r_p.md).
!!! warning "Warnung"
Dies ist ein nicht unterstützter Communitybeitrag. Korrekturen sind immer erwünscht!

Datei anzeigen

@ -1,4 +1,5 @@
### Caddy v2 (supported by the community)
!!! warning "Important"
First read [the overview](r_p.md).
!!! warning
This is an unsupported community contribution. Feel free to provide fixes.

Datei anzeigen

@ -1,4 +1,5 @@
### HAProxy (von der Community unterstützt)
!!! warning "Wichtig"
Lesen Sie zuerst [die Übersicht](r_p.md).
!!! warning "Warnung"
Dies ist ein nicht unterstützter Community Beitrag. Korrekturen sind immer erwünscht!
@ -16,4 +17,3 @@ backend mailcow
http-request set-header X-Forwarded-Proto http if !{ ssl_fc }
server mailcow 127.0.0.1:8080 check
```

Datei anzeigen

@ -1,4 +1,5 @@
### HAProxy (community supported)
!!! warning "Important"
First read [the overview](r_p.md).
!!! warning
This is an unsupported community contribution. Feel free to provide fixes.
@ -16,4 +17,3 @@ backend mailcow
http-request set-header X-Forwarded-Proto http if !{ ssl_fc }
server mailcow 127.0.0.1:8080 check
```

Datei anzeigen

@ -1,4 +1,5 @@
### Nginx
!!! warning "Wichtig"
Lesen Sie zuerst [die Übersicht](r_p.md).
Let's Encrypt folgt unserem Rewrite, Zertifikatsanfragen funktionieren problemlos.

Datei anzeigen

@ -1,4 +1,5 @@
### Nginx
!!! warning "Important"
First read [the overview](r_p.md).
Let's Encrypt will follow our rewrite, certificate requests will work fine.

Datei anzeigen

@ -1,4 +1,5 @@
### Traefik v2 (von der Community unterstützt)
!!! warning "Wichtig"
Lesen Sie zuerst [die Übersicht](r_p.md).
!!! warning "Warnung"
Dies ist ein nicht unterstützter Community Beitrag. Korrekturen sind immer erwünscht!

Datei anzeigen

@ -1,4 +1,5 @@
### Traefik v2 (community supported)
!!! warning "Important"
First read [the overview](r_p.md).
!!! warning
This is an unsupported community contribution. Feel free to provide fixes.
@ -105,4 +106,3 @@ You can use the command line to run it, or use the docker-compose.yml shown [her
After we have the certs dumped, we'll have to reload the configs from our postfix and dovecot containers, and check the certs, you can see how [here](https://mailcow.github.io/mailcow-dockerized-docs/firststeps-ssl/#how-to-use-your-own-certificate).
Aaand that should be it 😊, you can check if the Traefik router works fine through Traefik's dashboard / traefik logs / accessing the setted domain through https, or / and check HTTPS, SMTP and IMAP through the commands shown on the page linked before.