# This file restricts access to the [[file_path]] directory. It is
# meant to protect temporary files which could contain sensible
# information. Please do not touch.
# Apache < 2.3
Order allow,deny
Deny from all
Satisfy All
# Apache ≥ 2.3
Require all denied