11 lines
273 B
Nginx Configuration File
11 lines
273 B
Nginx Configuration File
location /playback/slides {
|
|
root /var/bigbluebutton;
|
|
index index.html index.htm;
|
|
}
|
|
|
|
location /slides {
|
|
root /var/bigbluebutton/published;
|
|
index index.html index.htm;
|
|
}
|
|
|