added frontend for k8s changes in k8s and comp and pages and dockerfile

This commit is contained in:
tusuii
2026-02-25 00:49:09 +05:30
parent ed87721301
commit 5af349316e
12 changed files with 22 additions and 16 deletions

View File

@@ -14,6 +14,7 @@ server {
location ~* \.(js|css|png|jpg|jpeg|gif|ico|svg|avif|webp|woff|woff2|ttf|eot)$ {
expires 1y;
add_header Cache-Control "public, immutable";
access_log off;
try_files $uri =404;
}