mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 02:41:35 +01:00
Update navigation loading and NGINX try_file
This commit is contained in:
@@ -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;
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user