datakami: add .html to try_files

master
Yorick van Pelt 2023-07-03 15:03:27 +02:00
parent 6dd744bcab
commit c7ef710cd4
Signed by: yorick
GPG Key ID: D8D3CC6D951384DE
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
root = "/home/dk-stage/out";
index = "index.html";
extraConfig = ''
try_files $uri.html $uri $uri/ /index.html;
error_page 404 /404.html;
'';
};