1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-13 17:17:23 +01:00

if a CNAME is set for a domain, don't create a website for that domain (just like A/AAAA records)

This commit is contained in:
Joshua Tauberer
2015-02-17 00:44:30 +00:00
parent 3c50c9a18b
commit 449a538e6b
2 changed files with 2 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ Web:
* The nginx server no longer reports its version and OS for better privacy.
* The HTTP->HTTPS redirect is now more efficient.
* When serving a 'www.' domain, reuse the SSL certificate for the parent domain if it covers the 'www' subdomain too
* If a custom DNS CNAME record is set on a domain, don't offer to put a website on that domain. (Same logic already applies to custom A/AAAA records.)
Control panel: