Generate nested table of contents

This commit is contained in:
thiloho
2024-08-25 14:35:57 +02:00
parent 329927f126
commit 1c1aaf28e6
2 changed files with 34 additions and 16 deletions

View File

@@ -164,9 +164,6 @@ in
alias = "/var/www/archtika-websites/previews/";
index = "index.html";
tryFiles = "$uri $uri/ $uri/index.html =404";
extraConfig = ''
autoindex on;
'';
};
"/api/" = {
proxyPass = "http://localhost:${toString cfg.port}/";