Skip to content

Commit

Permalink
Fix to support domain level dom_defnames list
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Aug 18, 2023
1 parent d723222 commit 85a63c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions virtual_feature.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2883,6 +2883,7 @@ sub set_nginx_log_permissions
sub domain_server_names
{
my ($d) = @_;
return split(/ /, $d->{'dom_defnames'}) if ($d->{'dom_defnames'});
return ( $d->{'dom'}, "www.".$d->{'dom'}, "mail.".$d->{'dom'} );
}

Expand Down

0 comments on commit 85a63c4

Please sign in to comment.