l serveWordpress: addSSL -> forceSSL

This commit is contained in:
lassulus 2018-06-27 23:58:20 +02:00
parent 4abef35044
commit 723da16a3f

View File

@ -194,7 +194,7 @@ rec {
in {
services.nginx.virtualHosts."${domain}" = {
enableACME = true;
addSSL = true;
forceSSL = true;
serverAliases = domains;
extraConfig = ''
root /srv/http/${domain}/;