From f30a09130f555adc8bd619a08b47fcd49438039a Mon Sep 17 00:00:00 2001 From: CherryKitten Date: Mon, 17 Jun 2024 09:38:42 +0200 Subject: [PATCH] allow plain http on website --- hosts/ocelot/website.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/ocelot/website.nix b/hosts/ocelot/website.nix index ce9ad5e..2506c39 100644 --- a/hosts/ocelot/website.nix +++ b/hosts/ocelot/website.nix @@ -4,7 +4,7 @@ virtualHosts = { "cherrykitten.dev" = { extraConfig = "error_page 404 /404.html;"; - forceSSL = true; + addSSL = true; enableACME = true; locations = { "/" = {