Stop tracking runtime and generated files

This commit is contained in:
2026-05-31 23:10:44 +09:00
parent ae72b4c739
commit ae02cdccf2
30 changed files with 42 additions and 9494 deletions
+8
View File
@@ -0,0 +1,8 @@
# 로그 디렉토리 웹 직접 접근 차단
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
</IfModule>