From b2a25c9da5a7fceea5a73d9a1c429e21dab18c17 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Sat, 17 Feb 2024 21:21:05 +0100 Subject: [PATCH] db disable ssl --- systems/zap/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/zap/default.nix b/systems/zap/default.nix index 21d8cd2..23bb393 100644 --- a/systems/zap/default.nix +++ b/systems/zap/default.nix @@ -52,7 +52,7 @@ forceSSL = true; }; "db.missing.ninja" = { - enableACME = true; + enableACME = false; forceSSL = false; locations."/" = { proxyPass = "http://134.255.219.135:8000/";