Cann anyone have some step guide to install and configure greenlight on standalone server. Please guide me.
When i open M2 site. It presents me with default nginx message saying. Nginx is installed,further config is required.
if you are missing the file, you may have skipped this step:
"""
Greenlight will be configured to deploy at the /b subdirectory.
This is necessary so it doesn’t conflict with the other
BigBlueButton components. The Nginx configuration for this
subdirectory is stored in the Greenlight image. To add this
configuration file to your BigBlueButton server, run:
docker run --rm bigbluebutton/greenlight:v2 cat ./greenlight.nginx
| sudo tee /etc/bigbluebutton/nginx/greenlight.nginx
Verify that the Nginx configuration file
(/etc/bigbluebutton/nginx/greenlight.nginx) is in place. If it is,
restart Nginx so it picks up the new configuration.
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/48764507-1f8d-434c-bcfb-7e8918857b93%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to bigblueb...@googlegroups.com.
the file you copy from the image has to be included in your nginx default config.
add this
include /etc/bigbluebutton/nginx/*.nginx;
hth
Martin
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/c3c4fad2-c3de-435b-9245-0c0da09ca251%40googlegroups.com.