Merge pull request #427 from ffdixon/check-updates

Fixed typo in check.nginx
This commit is contained in:
Fred Dixon 2014-11-12 16:45:30 -02:00
commit cc35627f1c

View File

@ -1,4 +1,4 @@
location /check {
root /var/www/bigbluebutton
root /var/www/bigbluebutton;
index index.html index.htm;
}