This commit is contained in:
2026-07-01 16:45:33 +03:00

View File

@@ -9,6 +9,11 @@ server {
gzip_min_length 1024; gzip_min_length 1024;
gzip_types text/plain text/css application/javascript application/json image/svg+xml; gzip_types text/plain text/css application/javascript application/json image/svg+xml;
location = /healthcheck {
add_header Content-Type application/json;
return 200 'ok';
}
location /assets/ { location /assets/ {
expires 1y; expires 1y;
add_header Cache-Control "public, immutable"; add_header Cache-Control "public, immutable";