7 Commits

Author SHA1 Message Date
Cheng Zhou a0932adba0 Merge branch 'dev' into release
Storage Persistence Guard / storage-persistence-audit (pull_request) Has been cancelled
# Conflicts:
#	nginx/nginx.conf
2026-06-23 17:22:03 +08:00
Cheng Zhou d23dead775 加固部署配置与敏感路径拦截
Storage Persistence Guard / storage-persistence-audit (pull_request) Has been cancelled
2026-06-22 15:35:48 +08:00
Cheng Zhou ee70531794 Merge branch 'main' into release 2026-03-31 11:21:35 +08:00
Cheng Zhou d776e2ba7c release: merge main for users trailing slash fix 2026-03-31 10:09:16 +08:00
Cheng Zhou d2bdc49b7c release: merge main for frontend api config removal 2026-03-31 09:45:32 +08:00
Cheng Zhou f41b75722f release: merge main for nginx 8888 port change 2026-03-31 09:35:52 +08:00
Cheng Zhou 25dc484a22 release: merge main for nginx same-origin restore 2026-03-31 09:17:33 +08:00
+1
View File
@@ -52,6 +52,7 @@ http {
add_header Cache-Control "public, max-age=31536000, immutable" always;
}
location ~* (^|/)(\.git|\.env($|[./_-])|wp-config\.php|config\.php|database\.yml|backup($|[._/-])) {
access_log off;
log_not_found off;