Caddy config for mail
This commit is contained in:
parent
543fc7f8a4
commit
f1ff036503
1 changed files with 6 additions and 7 deletions
|
|
@ -103,16 +103,15 @@
|
|||
];
|
||||
|
||||
services.caddy.virtualHosts = {
|
||||
"webadmin.jsw.tf" = {
|
||||
"mail.jsw.tf" = {
|
||||
extraConfig = ''
|
||||
reverse_proxy http://127.0.0.1:9003
|
||||
'';
|
||||
serverAliases = [
|
||||
# "mta-sts.jsw.tf"
|
||||
# "autoconfig.jsw.tf"
|
||||
# "autodiscover.jsw.tf"
|
||||
"mail.jsw.tf"
|
||||
];
|
||||
# serverAliases = [
|
||||
# "mta-sts.jsw.tf"
|
||||
# "autoconfig.jsw.tf"
|
||||
# "autodiscover.jsw.tf"
|
||||
# ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue