Adapt subpage headers
Dieser Commit ist enthalten in:
Ursprung
f013738bc8
Commit
4ac8423b5d
10 geänderte Dateien mit 22 neuen und 13 gelöschten Zeilen
|
@ -1,4 +1,6 @@
|
||||||
### Apache 2.4
|
!!! warning "Wichtig"
|
||||||
|
Lesen Sie zuerst [die Übersicht](r_p.md).
|
||||||
|
|
||||||
Erforderliche Module:
|
Erforderliche Module:
|
||||||
```
|
```
|
||||||
a2enmod rewrite proxy proxy_http headers ssl
|
a2enmod rewrite proxy proxy_http headers ssl
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
### Apache 2.4
|
!!! warning "Important"
|
||||||
|
First read [the overview](r_p.md).
|
||||||
|
|
||||||
Required modules:
|
Required modules:
|
||||||
```
|
```
|
||||||
a2enmod rewrite proxy proxy_http headers ssl
|
a2enmod rewrite proxy proxy_http headers ssl
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
### Caddy v2 (von der Community unterstützt)
|
!!! warning "Wichtig"
|
||||||
|
Lesen Sie zuerst [die Übersicht](r_p.md).
|
||||||
|
|
||||||
!!! warning "Warnung"
|
!!! warning "Warnung"
|
||||||
Dies ist ein nicht unterstützter Communitybeitrag. Korrekturen sind immer erwünscht!
|
Dies ist ein nicht unterstützter Communitybeitrag. Korrekturen sind immer erwünscht!
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
### Caddy v2 (supported by the community)
|
!!! warning "Important"
|
||||||
|
First read [the overview](r_p.md).
|
||||||
|
|
||||||
!!! warning
|
!!! warning
|
||||||
This is an unsupported community contribution. Feel free to provide fixes.
|
This is an unsupported community contribution. Feel free to provide fixes.
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
### HAProxy (von der Community unterstützt)
|
!!! warning "Wichtig"
|
||||||
|
Lesen Sie zuerst [die Übersicht](r_p.md).
|
||||||
|
|
||||||
!!! warning "Warnung"
|
!!! warning "Warnung"
|
||||||
Dies ist ein nicht unterstützter Community Beitrag. Korrekturen sind immer erwünscht!
|
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 }
|
http-request set-header X-Forwarded-Proto http if !{ ssl_fc }
|
||||||
server mailcow 127.0.0.1:8080 check
|
server mailcow 127.0.0.1:8080 check
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
### HAProxy (community supported)
|
!!! warning "Important"
|
||||||
|
First read [the overview](r_p.md).
|
||||||
|
|
||||||
!!! warning
|
!!! warning
|
||||||
This is an unsupported community contribution. Feel free to provide fixes.
|
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 }
|
http-request set-header X-Forwarded-Proto http if !{ ssl_fc }
|
||||||
server mailcow 127.0.0.1:8080 check
|
server mailcow 127.0.0.1:8080 check
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
### Nginx
|
!!! warning "Wichtig"
|
||||||
|
Lesen Sie zuerst [die Übersicht](r_p.md).
|
||||||
|
|
||||||
Let's Encrypt folgt unserem Rewrite, Zertifikatsanfragen funktionieren problemlos.
|
Let's Encrypt folgt unserem Rewrite, Zertifikatsanfragen funktionieren problemlos.
|
||||||
|
|
||||||
|
|
|
@ -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.
|
Let's Encrypt will follow our rewrite, certificate requests will work fine.
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
### Traefik v2 (von der Community unterstützt)
|
!!! warning "Wichtig"
|
||||||
|
Lesen Sie zuerst [die Übersicht](r_p.md).
|
||||||
|
|
||||||
!!! warning "Warnung"
|
!!! warning "Warnung"
|
||||||
Dies ist ein nicht unterstützter Community Beitrag. Korrekturen sind immer erwünscht!
|
Dies ist ein nicht unterstützter Community Beitrag. Korrekturen sind immer erwünscht!
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
### Traefik v2 (community supported)
|
!!! warning "Important"
|
||||||
|
First read [the overview](r_p.md).
|
||||||
|
|
||||||
!!! warning
|
!!! warning
|
||||||
This is an unsupported community contribution. Feel free to provide fixes.
|
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).
|
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.
|
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.
|
||||||
|
|
||||||
|
|
Laden …
In neuem Issue referenzieren