update comment

This commit is contained in:
Joshua Tauberer 2015-02-17 00:08:04 +00:00
parent 1a59f343c0
commit 3c10ec70a5
1 changed files with 2 additions and 3 deletions

View File

@ -17,9 +17,8 @@ def get_web_domains(env):
domains.add(env['PRIMARY_HOSTNAME'])
# Also serve web for all mail domains so that we might at least
# provide Webfinger and ActiveSync auto-discover of email settings
# (though the latter isn't really working). These will require that
# an SSL cert be installed.
# provide auto-discover of email settings, and also a static website
# if the user wants to make one. These will require an SSL cert.
domains |= get_mail_domains(env)
# ...Unless the domain has an A/AAAA record that maps it to a different