Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-11-04 17:21:56 -04:00
parent fb9e9b7ff4
commit 95a91ad49d
1 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@ in {
}; };
nginx = { nginx = {
enableACME = true; enableACME = false;
forceSSL = true; forceSSL = false;
}; };
}; };