1
0
Fork 0

Fix blog 404

This commit is contained in:
Malte Brandy 2021-06-22 02:06:57 +02:00
parent 7dce37ec90
commit 1ea62f209f
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -16,7 +16,7 @@
'';
};
"/" = {
tryFiles = "$uri $uri/index.html $uri.html";
tryFiles = "$uri $uri/index.html $uri.html =404";
extraConfig = ''
error_page 404 = /not-found.html;
'';