10 lines
284 B
Nginx Configuration File
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;
|
|
}
|