mirror of
https://github.com/bigbluebutton/docker.git
synced 2024-12-01 20:44:20 +01:00
10 lines
217 B
Nginx Configuration File
10 lines
217 B
Nginx Configuration File
location ~ /learning-dashboard/([0-9a-f]+-[0-9]+)/(.*) {
|
|
root /var/bigbluebutton/learning-dashboard/;
|
|
autoindex off;
|
|
}
|
|
|
|
location /learning-dashboard/ {
|
|
alias /www/learning-dashboard/;
|
|
autoindex off;
|
|
}
|