From d509a65f1cd0e5ae3f5221cbd4dc912ba41556e3 Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Sun, 15 Sep 2024 21:58:29 +0200 Subject: [PATCH] Update module --- nix/module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/module.nix b/nix/module.nix index 21fb878..b934d60 100644 --- a/nix/module.nix +++ b/nix/module.nix @@ -158,7 +158,7 @@ in proxyPass = "http://localhost:${toString cfg.webAppPort}"; }; "/previews/" = { - root = "/var/www/archtika-websites/previews"; + root = "/var/www/archtika-websites/previews/"; index = "index.html"; tryFiles = "$uri $uri/ $uri.html =404"; };