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
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:
parent
774427b20e
commit
de68b989ed
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue