feat (hosts/mystra/nginx)!: force ssl

This commit is contained in:
Henri Saudubray 2026-02-18 09:06:53 +01:00
parent 798804f3a2
commit 57fad610ad
Signed by: hms
GPG key ID: 7065F57ED8856128

View file

@ -4,7 +4,7 @@
enable = true; enable = true;
virtualHosts."henri-saudubray.fr" = { virtualHosts."henri-saudubray.fr" = {
enableACME = true; enableACME = true;
# forceSSL = true; forceSSL = true;
root = "/var/www/html"; root = "/var/www/html";
}; };
}; };