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}" = {
|
virtualHosts."${name}" = {
|
||||||
addSSL = true;
|
addSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
serverAliases = certCfg.extraDomains;
|
|
||||||
# locations."/" = {
|
# locations."/" = {
|
||||||
# root = "/var/www";
|
# root = "/var/www";
|
||||||
# };
|
# };
|
||||||
|
|
Loading…
Reference in a new issue