embedded video player, video downloads

This commit is contained in:
Laurent DEFERT
2022-12-27 23:51:03 +01:00
parent 0e278bc8c4
commit bf99241ad2
5 changed files with 36 additions and 2 deletions

View File

@@ -79,6 +79,11 @@ http {
proxy_connect_timeout 10;
}
# File dwnload and streaming
location /media-data/ {
internal;
alias /downloads/;
}
}
}