mirror of
https://github.com/michelleDeko/scalelite-run.git
synced 2025-12-16 14:22:11 +01:00
6 lines
137 B
Nginx Configuration File
6 lines
137 B
Nginx Configuration File
location /notes {
|
|
root /var/bigbluebutton/published;
|
|
index index.html index.htm;
|
|
}
|
|
|