From b8434d30997c237a2ff5b8e6c02c7ac6a8b2ea65 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 --- makefu/2configs/deployment/owncloud.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'makefu/2configs/deployment/owncloud.nix') diff --git a/makefu/2configs/deployment/owncloud.nix b/makefu/2configs/deployment/owncloud.nix index 65ac5c18..3a9d57db 100644 --- a/makefu/2configs/deployment/owncloud.nix +++ b/makefu/2configs/deployment/owncloud.nix @@ -21,7 +21,6 @@ let services.nginx.virtualHosts."${domain}" = { forceSSL = true; enableACME = true; - enableSSL = true; serverAliases = domains; extraConfig = '' -- cgit v1.2.3