iacore.conf: add 404 page

This commit is contained in:
iacore 2024-06-17 22:31:18 +00:00
parent 433bb0c76d
commit 82eb8cc7b7
Signed by: iacore
GPG key ID: F8C16E5157A63006

View file

@ -15,6 +15,8 @@ server {
location / {
try_files $uri $uri.html $uri/ =404;
}
error_page 404 /404.html;
}
server {