feat(web01/static): Deploy https
All checks were successful
build configuration / build_storage01 (push) Successful in 50s
build configuration / build_compute01 (push) Successful in 1m12s
build configuration / build_web01 (push) Successful in 1m45s
npins update / npins_update (push) Successful in 19s
ds-fr update / npins_update (push) Successful in 2m28s

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";
};