mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-08-15 23:27:55 +02:00
v2.4-rc-1: node v14, learning dashboard, base images update
This commit is contained in:
9
mod/nginx/bbb/learning-dashboard.nginx
Normal file
9
mod/nginx/bbb/learning-dashboard.nginx
Normal file
@ -0,0 +1,9 @@
|
||||
location ~ /learning-dashboard/([0-9a-f]+-[0-9]+)/(.*) {
|
||||
root /var/bigbluebutton/learning-dashboard/;
|
||||
autoindex off;
|
||||
}
|
||||
|
||||
location /learning-dashboard/ {
|
||||
alias /www/learning-dashboard/;
|
||||
autoindex off;
|
||||
}
|
Reference in New Issue
Block a user