restructuring for better SEO

This commit is contained in:
2025-09-28 17:58:24 +01:00
parent b9ddb56bbe
commit ea4aa1d34b
7 changed files with 316 additions and 22 deletions

View File

@@ -56,6 +56,11 @@ http {
# add_header Pragma "no-cache";
# add_header Expires "0";
}
location ~* \.json$ {
expires 1d;
add_header Cache-Control "public, must-revalidate";
}
location /health {
access_log off;