Files
2024-12-04 15:49:30 +01:00

6 lines
137 B
Nginx Configuration File

location /notes {
root /var/bigbluebutton/published;
index index.html index.htm;
}