Compare commits

...

1 Commits

Author SHA1 Message Date
Egor Savkin 10da6a0cbb Force SSL for main website instead of optional SSL
https://nixos.wiki/wiki/Nginx
Signed-off-by: Egor Savkin <es@m-labs.hk>
2024-01-25 15:51:33 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -781,7 +781,7 @@ in
recommendedTlsSettings = true;
virtualHosts = let
mainWebsite = {
addSSL = true;
forceSSL = true;
enableACME = true;
root = "${hydraWwwOutputs}/web";
extraConfig = ''