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 HTTP (JMAP / web) - terminate TLS at Traefik and forward to Stalwart JMAP HTTP listener
|
||||||
mail = {
|
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";
|
service = "mail-jmap";
|
||||||
entryPoints = ["websecure"];
|
entryPoints = ["websecure"];
|
||||||
tls = {certresolver = "acme";};
|
tls = {certresolver = "acme";};
|
||||||
|
|
@ -379,7 +379,7 @@ in {
|
||||||
|
|
||||||
# Mail web administration UI (Stalwart management) - exposed under /management
|
# Mail web administration UI (Stalwart management) - exposed under /management
|
||||||
mail-webadmin = {
|
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";
|
service = "mail-webadmin";
|
||||||
entryPoints = ["websecure"];
|
entryPoints = ["websecure"];
|
||||||
tls = {certresolver = "acme";};
|
tls = {certresolver = "acme";};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue