feat(web01/static): Deploy https

This commit is contained in:
Tom Hubrecht 2024-01-06 10:28:02 +01:00
parent 774427b20e
commit de68b989ed

View file

@ -5,8 +5,8 @@ let
mkVhost = name: mkVhost = name:
{ outPath, ... }: { { outPath, ... }: {
# enableACME = true; enableACME = true;
# forceSSL = true; forceSSL = true;
root = "${outPath}/www"; root = "${outPath}/www";
}; };