diff --git a/iacore.conf b/iacore.conf index 69b9c3f..9bef341 100644 --- a/iacore.conf +++ b/iacore.conf @@ -15,6 +15,8 @@ server { location / { try_files $uri $uri.html $uri/ =404; } + + error_page 404 /404.html; } server {