added a nginx config file so anybody can run the client check from a dev environment
This commit is contained in:
parent
9a8e299648
commit
739287bce0
4
labs/bbb-client-check/check.nginx
Normal file
4
labs/bbb-client-check/check.nginx
Normal file
@ -0,0 +1,4 @@
|
||||
location /check {
|
||||
root /home/ubuntu/dev/bigbluebutton/labs/bbb-client-check;
|
||||
index index.html index.htm;
|
||||
}
|
Loading…
Reference in New Issue
Block a user