From 6473c71190da5ee05cc68926052b1671bcb2884d Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Sun, 22 Jun 2025 19:08:57 +0200 Subject: [PATCH] feat: unforce ssl --- hosts/hitsugibune/nextcloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hitsugibune/nextcloud.nix b/hosts/hitsugibune/nextcloud.nix index a16b0c0..1c0743a 100644 --- a/hosts/hitsugibune/nextcloud.nix +++ b/hosts/hitsugibune/nextcloud.nix @@ -42,7 +42,7 @@ recommendedProxySettings = true; recommendedTlsSettings = true; virtualHosts.${config.services.nextcloud.hostName} = { - forceSSL = true; + forceSSL = false; enableACME = true; listen = [ {