Update Nginx config

This commit is contained in:
Mo 2024-06-21 12:23:44 +02:00
parent 17cf166493
commit 86c9d3b1d5

View file

@ -43,6 +43,6 @@ http {
location / {
}
error_page 404 /404.html;
error_page 404 404.html;
}
}