Update navigation loading and NGINX try_file

This commit is contained in:
thiloho
2024-09-15 17:54:54 +02:00
parent aecbd64893
commit e506764bbd
3 changed files with 8 additions and 19 deletions

View File

@@ -68,9 +68,9 @@
];
locations = {
"/" = {
root = "/var/www/archtika-websites/";
root = "/var/www/archtika-websites";
index = "index.html";
tryFiles = "$uri $uri/ $uri.html $uri/index.html index.html =404";
tryFiles = "$uri $uri/ $uri.html =404";
extraConfig = ''
autoindex on;
'';