fix: Split wildcard and root domains for ACME (#98)
Reviewed-on: https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config/pulls/98
This commit is contained in:
@@ -21,7 +21,7 @@ in
|
||||
'';
|
||||
virtualHosts = {
|
||||
"${domain}" = {
|
||||
useACMEHost = domain;
|
||||
useACMEHost = "root-${domain}";
|
||||
forceSSL = true;
|
||||
extraConfig = ''
|
||||
add_header Strict-Transport-Security $hsts_header;
|
||||
|
Reference in New Issue
Block a user