10 lines
242 B
ApacheConf
10 lines
242 B
ApacheConf
# 🔒 SECURITY: Block all access to debug files
|
|
# This directory contains sensitive debugging scripts
|
|
# DO NOT remove this file in production
|
|
|
|
<RequireAll>
|
|
Require all denied
|
|
</RequireAll>
|
|
|
|
# Alternative for older Apache:
|
|
# Deny from all |