Remove dangling aliases.
Some checks failed
Build Nix modules (dry-run) / build-modules (push) Failing after 4m3s
Some checks failed
Build Nix modules (dry-run) / build-modules (push) Failing after 4m3s
This commit is contained in:
parent
84d2ce3d2f
commit
cab31335ff
1 changed files with 2 additions and 2 deletions
|
|
@ -371,7 +371,7 @@ in {
|
|||
|
||||
# Mail HTTP (JMAP / web) - terminate TLS at Traefik and forward to Stalwart JMAP HTTP listener
|
||||
mail = {
|
||||
rule = "Host(`mail.prg-radio.org`,`mta-sts.prg-radio.org`,`autoconfig.prg-radio.org`,`autodiscover.prg-radio.org`)";
|
||||
rule = "Host(`mail.prg-radio.org`)";
|
||||
service = "mail-jmap";
|
||||
entryPoints = ["websecure"];
|
||||
tls = {certresolver = "acme";};
|
||||
|
|
@ -379,7 +379,7 @@ in {
|
|||
|
||||
# Mail web administration UI (Stalwart management) - exposed under /management
|
||||
mail-webadmin = {
|
||||
rule = "Host(`mail.prg-radio.org`,`mta-sts.prg-radio.org`,`autoconfig.prg-radio.org`,`autodiscover.prg-radio.org`) && PathPrefix(`/management`)";
|
||||
rule = "Host(`mail.prg-radio.org`) && PathPrefix(`/management`)";
|
||||
service = "mail-webadmin";
|
||||
entryPoints = ["websecure"];
|
||||
tls = {certresolver = "acme";};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue