Stalwart: Difference between revisions
No edit summary |
|||
| Line 75: | Line 75: | ||
enable = true; | enable = true; | ||
virtualHosts = { | virtualHosts = { | ||
"webadmin. | "webadmin.example.org" = { | ||
extraConfig = '' | extraConfig = '' | ||
reverse_proxy http://127.0.01:8080 | reverse_proxy http://127.0.01:8080 | ||
''; | ''; | ||
serverAliases = [ | serverAliases = [ | ||
"mta-sts. | "mta-sts.example.org" | ||
"autoconfig. | "autoconfig.example.org" | ||
"autodiscover. | "autodiscover.example.org" | ||
]; | ]; | ||
}; | }; | ||