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:
{ outPath, ... }: {
# enableACME = true;
# forceSSL = true;
enableACME = true;
forceSSL = true;
root = "${outPath}/www";
};