Fixed: When creating a domain and binding it as a pointer, global dns record
to be used as template for pointer creation
This commit is contained in:
parent
fd53cc417e
commit
755cb84da4
2 changed files with 12 additions and 4 deletions
|
@ -1763,7 +1763,7 @@ namespace WebsitePanel.EnterpriseServer
|
|||
// add web site pointer
|
||||
if (webEnabled && pointWebSiteId > 0)
|
||||
{
|
||||
WebServerController.AddWebSitePointer(pointWebSiteId, hostName, domainId);
|
||||
WebServerController.AddWebSitePointer(pointWebSiteId, hostName, domainId, true, false, false);
|
||||
}
|
||||
|
||||
// add mail domain pointer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue