forked from DGNum/infrastructure
feat(web01/static): Deploy https
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:
|
||||
{ outPath, ... }: {
|
||||
# enableACME = true;
|
||||
# forceSSL = true;
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
root = "${outPath}/www";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue