Matrix: Change server_name
This commit is contained in:
parent
ea61b04d35
commit
e15fed27aa
4 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ in
|
|||
];
|
||||
labels = {
|
||||
"traefik.enable" = "true";
|
||||
"traefik.http.routers.matrix.rule" = "Host(`matrix.kempkens.io`)";
|
||||
"traefik.http.routers.matrix.rule" = "Host(`matrix-synapse.kempkens.io`)";
|
||||
"traefik.http.routers.matrix.entrypoints" = "websecure";
|
||||
"traefik.http.routers.matrix.service" = "matrix-web";
|
||||
"traefik.http.routers.matrix.tls.certresolver" = "cfresolver";
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue