diff --git a/hosts/mystra/default.nix b/hosts/mystra/default.nix index 5575a0d..ce44efa 100644 --- a/hosts/mystra/default.nix +++ b/hosts/mystra/default.nix @@ -10,7 +10,7 @@ enable = true; virtualHosts."henri-saudubray.fr" = { enableACME = true; - forceSSL = true; + # forceSSL = true; root = "/var/www/html"; }; };