Force SSL for main website instead of optional SSL #33

Closed
esavkin wants to merge 1 commits from force-ssl-main-website into master
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 = ''