bigbluebutton-Github/record-and-playback/presentation/scripts/presentation.nginx

10 lines
284 B
Nginx Configuration File

location /playback/presentation {
root /var/bigbluebutton;
index index.html index.htm;
}
location /presentation {
root /var/bigbluebutton/published;
index index.html index.htm;
}