From 57fad610ad065f77488531444c8e778c3d24cce8 Mon Sep 17 00:00:00 2001 From: Henri Saudubray Date: Wed, 18 Feb 2026 09:06:53 +0100 Subject: [PATCH] feat (hosts/mystra/nginx)!: force ssl --- hosts/mystra/nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }; };