1
0
Fork 0

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:
ibizaman 2024-08-11 19:43:43 +02:00
parent 6b17ff858e
commit c7174962f4

View file

@ -441,7 +441,6 @@ in
virtualHosts."${name}" = {
addSSL = true;
enableACME = true;
serverAliases = certCfg.extraDomains;
# locations."/" = {
# root = "/var/www";
# };