From 7555fd2a78dffbc807682f269583cf3ec1db8621 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Fri, 23 Aug 2024 10:08:19 +0000 Subject: [PATCH] enable ssl/tls for docspell --- nginx.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx.nix b/nginx.nix index f461711..c7cb1a1 100644 --- a/nginx.nix +++ b/nginx.nix @@ -21,6 +21,7 @@ }; "docspell.${base-domain}" = { enableACME = true; + forceSSL = true; locations."/" = { proxyPass = "http://localhost:7879"; };