add charset to nginx, optimize lengths of metas for SEO

This commit is contained in:
2025-09-28 18:32:58 +01:00
parent 70aa1866d4
commit 3316a86c86
3 changed files with 13 additions and 12 deletions

View File

@@ -16,6 +16,7 @@ http {
include /etc/nginx/mime.types;
default_type application/octet-stream;
charset utf-8;
access_log /dev/stdout;
error_log /dev/stderr;