From 530c9cef1d5f5ae21920863e91c8326d4b53b26d Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Mon, 6 Apr 2026 22:43:53 +0300 Subject: [PATCH] remove redundant acme challenge roots --- configuration.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/configuration.nix b/configuration.nix index 45c6e0d..2aa8b3b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -139,9 +139,6 @@ in "/" = { proxyPass = "http://localhost:8096"; }; - "/.well-known/acme-challenge" = { - root = "/var/lib/acme/.challenges"; - }; }; }; "git.${domainName}" = { @@ -151,9 +148,6 @@ in "/" = { proxyPass = "http://localhost:3000"; }; - "/.well-known/acme-challenge" = { - root = "/var/lib/acme/.challenges"; - }; }; }; };