Merge pull request #262 from yanus/develop

Fix learning-dashboard (alias)
This commit is contained in:
chandi Langecker 2023-04-04 11:52:35 +02:00 committed by GitHub
commit 3c1e5c7bee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
location ~ /learning-analytics-dashboard/([0-9a-f]+-[0-9]+)/(.*) {
root /var/bigbluebutton/learning-analytics-dashboard/;
alias /var/bigbluebutton/learning-dashboard/$1/$2;
autoindex off;
}