From 6acfc69def45da763ccade62d92e19489a40239b Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Sun, 15 Sep 2024 22:25:38 +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 b934d60..d939861 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/"; + alias = "/var/www/archtika-websites/previews/"; index = "index.html"; tryFiles = "$uri $uri/ $uri.html =404"; };