# Serve recordings through nginx
location ~* /recordings/.+\.mp4 {
alias /opt/jitsi/data/recordings;
add_header Content-disposition "attachment";
}