fix: correct path for 404 error page in default configuration

This commit is contained in:
Quinten 2025-09-30 20:03:17 +02:00
parent bfe5ad34e4
commit c5f7b82997

View File

@ -13,6 +13,7 @@ server {
index index.html index.htm;
error_page 400 /400.html;
error_page 404 ./error_pages/404.html;
error_page 403 /403.html;
error_page 404 /404.html;
error_page 405 /405.html;