1
0
Fork 0

Fix blog 404

This commit is contained in:
Malte Brandy 2021-06-22 01:14:31 +02:00
parent 384da0f101
commit abb11f9870
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -9,11 +9,11 @@
"/" = {
root = "/var/cache/gc-links/blog";
tryFiles = "$uri $uri/index.html $uri.html";
extraConfig = ''
error_page 404 = /not-found.html;
'';
};
};
extraConfig = ''
error_page 404 = /not-found.html;
'';
};
};
};