korhonen.cc: add finnish 404 page

This commit is contained in:
Marko Korhonen 2022-07-25 14:57:05 +03:00
parent 053f4bb39a
commit b8a89ed59e

View file

@ -12,6 +12,10 @@ server {
access_log off;
add_header Cache-Control "public";
}
location /fi {
error_page 404 /fi/404.html;
}
}
# Use hugo 404 page