diff --git a/system1-factory/web/manifest.json b/system1-factory/web/manifest.json
index 7f7ffe5..0cf8a41 100644
--- a/system1-factory/web/manifest.json
+++ b/system1-factory/web/manifest.json
@@ -2,7 +2,7 @@
"name": "TK 공장관리 - 테크니컬코리아",
"short_name": "TK공장",
"description": "테크니컬코리아 공장관리 시스템",
- "start_url": "/pages/dashboard.html",
+ "start_url": "/pages/dashboard-new.html",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#1e40af",
diff --git a/system1-factory/web/nginx.conf b/system1-factory/web/nginx.conf
index 365f2cf..0394ded 100644
--- a/system1-factory/web/nginx.conf
+++ b/system1-factory/web/nginx.conf
@@ -18,6 +18,14 @@ server {
add_header Cache-Control "no-store, no-cache, must-revalidate";
}
+ # SW, manifest 캐시 비활성화 (PWA 업데이트 즉시 반영)
+ location = /sw.js {
+ add_header Cache-Control "no-cache, no-store, must-revalidate";
+ }
+ location = /manifest.json {
+ add_header Cache-Control "no-cache, no-store, must-revalidate";
+ }
+
# 정적 파일 캐시 (JS, CSS, 이미지 등)
location ~* \.(js|css|png|jpg|jpeg|gif|ico|svg|woff|woff2|ttf)$ {
expires 1h;
diff --git a/system1-factory/web/pages/admin/attendance-report.html b/system1-factory/web/pages/admin/attendance-report.html
index b4bd31c..c572f04 100644
--- a/system1-factory/web/pages/admin/attendance-report.html
+++ b/system1-factory/web/pages/admin/attendance-report.html
@@ -190,7 +190,7 @@
-
+
+
+
+