mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2025-03-18 11:24:23 +00:00
fix
This commit is contained in:
parent
aeeca9ce84
commit
fabf938f1d
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ in
|
|||
virtualHosts = {
|
||||
"${domain}" = {
|
||||
enableACME = true;
|
||||
useACMEHost = "root-${domain}";
|
||||
forceSSL = true;
|
||||
extraConfig = ''
|
||||
add_header Strict-Transport-Security $hsts_header;
|
||||
|
|
Loading…
Add table
Reference in a new issue