If this is for a site like Jekyll , you should structure your media within specific post folders (e.g., _posts/post-name/image.png ) so they are managed by the site generator rather than being browsable in a raw directory.

<Directory "/var/www/private-images"> Options +Indexes IndexOptions FancyIndexing NameWidth=* DescriptionWidth=* # Optional: Add a header/footer HeaderName /header.html ReadmeName /footer.html </Directory> parent directory index of private images install

A dental practice had /xrays with no index.html – 40,000 patient X-rays exposed. If this is for a site like Jekyll

location /private-images/ autoindex off; deny all; allow 192.168.1.100; # example whitelist return 403; # example whitelist return 403

Combine with no directory listing and a short expiration time.

The word "install" suggests that the user is looking for a setup process or configuration file. It could refer to: