Hai,
I am using BBB VM0.8 i tried to change both footer link and URL in to my name... but i am unable to do both.. i changed the settings in nginx files.
location /client/BigBlueButton.html {
rewrite ^ /meeting permanent;
}
location /meeting {
alias /var/www/bigbluebutton/client;
index BigBlueButton.html;
expires 1m;
}
--Jay....
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To view this discussion on the web visit https://groups.google.com/d/msg/bigbluebutton-dev/-/wl8EWfOS__wJ.
To post to this group, send email to bigblueb...@googlegroups.com.
To unsubscribe from this group, send email to bigbluebutton-...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bigbluebutton-dev?hl=en.