chore (hosts/mystra): remove ssl requirement (temporary)

This commit is contained in:
Henri Saudubray 2026-02-17 17:56:31 +01:00
parent 06bd84ac86
commit 2bbad71636
Signed by: hms
GPG key ID: 7065F57ED8856128

View file

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