From dbff0dea149f47cf339e22147ecda56ffe03624a Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 6 Sep 2017 11:32:10 +0200 Subject: ma nginx-config: forceSSL implies enableSSL --- 2configs/deployment/boot-euer.nix | 1 - 1 file changed, 1 deletion(-) (limited to '2configs/deployment/boot-euer.nix') diff --git a/2configs/deployment/boot-euer.nix b/2configs/deployment/boot-euer.nix index be24209bc..f890ea7ad 100644 --- a/2configs/deployment/boot-euer.nix +++ b/2configs/deployment/boot-euer.nix @@ -16,7 +16,6 @@ in { services.nginx = { enable = mkDefault true; virtualHosts."boot.euer.krebsco.de" = { - enableSSL = true; forceSSL = true; enableACME = true; locations."/" = { -- cgit v1.2.3