ansible-roles/roles/jitsi_jibri/templates/nginx.conf.j2

6 lines
141 B
Plaintext
Raw Normal View History

2021-12-01 19:13:34 +01:00
# Serve recordings through nginx
location /recordings {
alias /opt/jitsi/data/recordings;
add_header Content-disposition "attachment";
}