diff --git a/iacore.conf b/iacore.conf index a3471e7..521aaaf 100644 --- a/iacore.conf +++ b/iacore.conf @@ -8,6 +8,7 @@ server { root /srv/http/pages/iacore; index index.html; + error_page 404 404.html; location / { try_files $uri $uri.html $uri/ =404;