mirror of
https://github.com/bigbluebutton/docker.git
synced 2024-11-21 23:53:11 +01:00
Merge pull request #262 from yanus/develop
Fix learning-dashboard (alias)
This commit is contained in:
commit
3c1e5c7bee
@ -1,5 +1,5 @@
|
|||||||
location ~ /learning-analytics-dashboard/([0-9a-f]+-[0-9]+)/(.*) {
|
location ~ /learning-analytics-dashboard/([0-9a-f]+-[0-9]+)/(.*) {
|
||||||
root /var/bigbluebutton/learning-analytics-dashboard/;
|
alias /var/bigbluebutton/learning-dashboard/$1/$2;
|
||||||
autoindex off;
|
autoindex off;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user