Update error page to display 404.html

This commit is contained in:
Max Schmidt 2023-10-24 10:03:23 +02:00
parent 5e9cbcf5c8
commit 2a5dd51d5b

View File

@ -37,6 +37,6 @@ http {
add_header Content-Type application/javascript;
}
error_page 404 /index.html;
error_page 404 /404.html;
}
}