summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/deployment/owncloud.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-09-06 11:32:10 +0200
committermakefu <github@syntax-fehler.de>2017-09-06 11:32:10 +0200
commitb8434d30997c237a2ff5b8e6c02c7ac6a8b2ea65 (patch)
tree9d41047844266e4ed61d7933bc519acc28d1fca3 /makefu/2configs/deployment/owncloud.nix
parent4399e8ee64864596d1a5062a78cf405e2c5d6221 (diff)
ma nginx-config: forceSSL implies enableSSL
Diffstat (limited to 'makefu/2configs/deployment/owncloud.nix')
-rw-r--r--makefu/2configs/deployment/owncloud.nix1
1 files changed, 0 insertions, 1 deletions
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 = ''