korhonen.cc: add finnish 404 page

This commit is contained in:
Marko Korhonen 2022-07-25 14:57:05 +03:00
parent 5a7fc0f8a6
commit 8f700627f7
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

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