Fixed
1. Remove the text on the Create a website tab that says “ignore” really can just delete whole line 2. Database records for SSL need to be deleted from database when switching from Static to Dynamic (If you make a cert request, switch and switch again it shows the prior request. It should be defaulted again) 3. Instant alias should ignore global dns rules
This commit is contained in:
parent
d28dc2f1d8
commit
aa11b4b202
5 changed files with 22 additions and 10 deletions
|
@ -1852,7 +1852,7 @@ namespace WebsitePanel.EnterpriseServer
|
|||
int serviceId = PackageController.GetPackageServiceId(packageId, ResourceGroups.Dns);
|
||||
if (serviceId > 0)
|
||||
{
|
||||
zoneItemId = DnsServerController.AddZone(packageId, serviceId, domainName);
|
||||
zoneItemId = DnsServerController.AddZone(packageId, serviceId, domainName, true, isInstantAlias);
|
||||
}
|
||||
|
||||
if (zoneItemId < 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue