diff --git a/hosts/mystra/nginx.nix b/hosts/mystra/nginx.nix index 629367e..8042052 100644 --- a/hosts/mystra/nginx.nix +++ b/hosts/mystra/nginx.nix @@ -4,7 +4,7 @@ enable = true; virtualHosts."henri-saudubray.fr" = { enableACME = true; - # forceSSL = true; + forceSSL = true; root = "/var/www/html"; }; };