added a nginx config file so anybody can run the client check from a dev environment

This commit is contained in:
Felipe Cecagno 2014-11-12 10:54:38 -02:00
parent 9a8e299648
commit 739287bce0

View File

@ -0,0 +1,4 @@
location /check {
root /home/ubuntu/dev/bigbluebutton/labs/bbb-client-check;
index index.html index.htm;
}