do not set serverAliases for dns
Otherwise, those server aliases take precedence over actual virtual hosts that serve those subdomain.
This commit is contained in:
parent
6b17ff858e
commit
13ba38a993
1 changed files with 0 additions and 1 deletions
|
@ -441,7 +441,6 @@ in
|
|||
virtualHosts."${name}" = {
|
||||
addSSL = true;
|
||||
enableACME = true;
|
||||
serverAliases = certCfg.extraDomains;
|
||||
# locations."/" = {
|
||||
# root = "/var/www";
|
||||
# };
|
||||
|
|
Loading…
Reference in a new issue