Update error page to /index.html

This commit is contained in:
Max Schmidt 2023-10-24 09:55:04 +02:00
parent 5df7cd72c8
commit 07a19d407e

View File

@ -30,6 +30,6 @@ http {
add_header Cache-Control "public"; add_header Cache-Control "public";
} }
error_page 404 /error_page.html; error_page 404 /index.html;
} }
} }