# Recordings Egress via HTTP server { listen 80; root /mnt/recording_cache; index index.html index.htm; server_name recordings.tvheadend; location / { autoindex on; try_files $uri $uri/ =404; } }