mirror of
https://github.com/tiyn/wiki.git
synced 2025-04-19 14:07:46 +02:00
Compare commits
No commits in common. "5c15e7d311be46d2abc240a619cf8ef4e0b9b7d8" and "23a7f413f1954d7a29369f673d8f41031fdf1294" have entirely different histories.
5c15e7d311
...
23a7f413f1
@ -231,15 +231,10 @@ In both of those cases the line of the first code block in this section that spe
|
|||||||
and subdomain needs to include both the www and the non-www domains.
|
and subdomain needs to include both the www and the non-www domains.
|
||||||
This should look something like the following
|
This should look something like the following
|
||||||
|
|
||||||
Make sure to add the domain that will be redirected to the labels aswell.
|
|
||||||
For redirection to www domains this will look something like the following.
|
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
- "traefik.http.routers.<service name>.rule=Host(`<subdomain>.<domain>`)"
|
- "traefik.http.routers.<service name>-secure.rule=Host(`www.<subdomain>.<domain>`, `<subdomain>.<domain>`)"
|
||||||
```
|
```
|
||||||
|
|
||||||
In the opposite case the domain will be `www.<subdomain>.<domain>`.
|
|
||||||
|
|
||||||
## Setup Mailserver
|
## Setup Mailserver
|
||||||
|
|
||||||
If setting up a
|
If setting up a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user