# JEDI Security • root hardening
Options -Indexes

# Don't cache the uploader page aggressively
<IfModule mod_headers.c>
  Header set Cache-Control "no-store, no-cache, must-revalidate, max-age=0"
  Header set Pragma "no-cache"
</IfModule>
