sudo chmod -R 777 /home/server/dev/bigbluebutton
sudo bbb-conf --clean
regards,
Stephen
On Nov 15, 11:50 pm, Fu Jiantao <
fuji...@gmail.com> wrote:
> "/home/server/dev/
> bigbluebutton/bigbluebutton-client/bin/client/BigBlueButton.html" failed
> (13: Permission denied),
>
> ll
> /home/server/dev/bigbluebutton/bigbluebutton-client/bin/client/BigBlueButton.html
>
> Ensure nginx has permission to access the dir
>
> 2012/11/15 Quang Quynh <
quangquynh.quangqu...@gmail.com>
>
>
>
> > Hi every body
>
> > i check var/log/nginx/error.log
>
> > ------------------------------------
> > 2012/11/15 13:55:48 [error] 6099#0: *2 open()
> > "/home/server/dev/bigbluebutton/bigbluebutton-client/bin/client/BigBlueButton.html"
> > "/home/server/dev/bigbluebutton/bigbluebutton-client/bin/client/BigBlueButton.html"
> > "/home/server/dev/bigbluebutton/bigbluebutton-client/bin/client/BigBlueButton.html"
> > "/home/server/dev/bigbluebutton/bigbluebutton-client/client/BigBlueButton.html"
> > "/home/server/dev/bigbluebutton/bigbluebutton-client/client/BigBlueButton.html"
> > "/home/server/dev/bigbluebutton/bigbluebutton-client/client/BigBlueButton.html"
> >>
https://code.google.com/**p/bigbluebutton/wiki/**
> >> DevelopingBBB#Build_the_client<
https://code.google.com/p/bigbluebutton/wiki/DevelopingBBB#Build_the_...>
> >> **,it's no problem.But when I visited the site 192.268.1.202(my ip), it
> >> responded nginx's "403 forbidden ", How to fix the problem ?
>
> >> /etc/bigbluebutton/nginx client_dev is the same as client.nginx :
> >> location /client/BigBlueButton.html {
> >> root /home/firstuser/dev/**
> >> bigbluebutton/bigbluebutton-**client;
> >> index index.html index.htm;
> >> expires 1m;
> >> }
>
> >> # BigBlueButton Flash client.
> >> location /client {
> >> root /home/firstuser/dev/**
> >> bigbluebutton/bigbluebutton-**client;