Update module

This commit is contained in:
thiloho
2024-09-15 21:58:29 +02:00
parent 4c22ae3f61
commit d509a65f1c

View File

@@ -158,7 +158,7 @@ in
proxyPass = "http://localhost:${toString cfg.webAppPort}"; proxyPass = "http://localhost:${toString cfg.webAppPort}";
}; };
"/previews/" = { "/previews/" = {
root = "/var/www/archtika-websites/previews"; root = "/var/www/archtika-websites/previews/";
index = "index.html"; index = "index.html";
tryFiles = "$uri $uri/ $uri.html =404"; tryFiles = "$uri $uri/ $uri.html =404";
}; };