mirror of
https://github.com/michelleDeko/scalelite-run.git
synced 2025-12-16 14:22:11 +01:00
5 lines
123 B
Nginx Configuration File
5 lines
123 B
Nginx Configuration File
location /playback/presentation/2.3 {
|
|
root /var/bigbluebutton;
|
|
try_files $uri /playback/presentation/2.3/index.html;
|
|
}
|