From 92e0d7a216272504aded8c738d07e46246df2217 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 5 Aug 2024 17:35:58 -0700 Subject: fix nginx configuration for fcuny.net --- nix/hosts/wildcat/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nix') 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"; }; }; }; -- cgit 1.4.1