From 64b853f016686efc2a14b20bef318ea322e8d370 Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Thu, 17 Oct 2024 10:24:57 +0200 Subject: t14: 83 current 2024-10-17 10:24:44 24.05.20241004.6e6b3dd 6.6.54 * --- modules/obsidian-livesync.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/obsidian-livesync.nix b/modules/obsidian-livesync.nix index d565a3e..7bbde9d 100644 --- a/modules/obsidian-livesync.nix +++ b/modules/obsidian-livesync.nix @@ -37,8 +37,8 @@ in services.nginx = { enable = true; virtualHosts.${cfg.domain} = { - enableACME = true; - forceSSL = true; +# enableACME = true; +# forceSSL = true; locations."/" = { proxyPass = "http://127.0.0.1:${toString couchdb-port}"; extraConfig = '' -- cgit 1.4.1