diff options
Diffstat (limited to 'nix')
-rw-r--r-- | nix/hosts/wildcat/configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nix/hosts/wildcat/configuration.nix b/nix/hosts/wildcat/configuration.nix index 23ac05f..e3d5a9b 100644 --- a/nix/hosts/wildcat/configuration.nix +++ b/nix/hosts/wildcat/configuration.nix @@ -22,14 +22,14 @@ virtualHosts = { "fcuny.net" = { - addSSL = true; + forceSSL = true; enableACME = true; locations = { "/" = { root = "/srv/www/fcuny.net"; }; "/.well-known/acme-challenge" = { - root = "/var/lib/acme/.challenges"; + root = "/var/lib/acme/acme-challenges"; }; }; }; |