mirror of
https://github.com/michelleDeko/scalelite-run.git
synced 2026-04-02 10:01:47 +02: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;
|
|
}
|
|
|