dns: deploy MTA-STS
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-11-11 11:41:06 +01:00
parent e0f02ef0f7
commit 11701a67c8
Signed by: kunsi
GPG key ID: 12E3D2136B818350
8 changed files with 38 additions and 10 deletions

View file

@ -1,5 +1,9 @@
server {
% if domain_aliases:
server_name ${domain} ${' '.join(sorted(domain_aliases))};
% else:
server_name ${domain};
% endif
root ${webroot if webroot else '/var/www/{}/'.format(vhost)};
index ${' '.join(index)};