/etc/bigbluebutton/nginx/greenlight.nginx to point to the different domain ? For nginx reverse proxy of the container
Then after that I would run the command docker run -d -p 3000:80 -v $(pwd)/db/production:/usr/src/app/db/production --env-file env --name greenlight bigbluebutton/greenlight to have the docker image running from new cde.com site 3000 bind to port 80
and the original abc.com from port 5000.
Not sure if this is the right direction but will try to see. Thank you for any suggestion in advance.
Regards,
| location /b { |
| proxy_pass http://127.0.0.1:5000; |
| proxy_set_header Host $host; |
| proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; |
| proxy_set_header X-Forwarded-Proto $scheme; |
| proxy_http_version 1.1; |
--
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-dev+unsubscribe@googlegroups.com.
To post to this group, send email to bigbluebutton-dev@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-dev.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
To post to this group, send email to bigblueb...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-dev.
For more options, visit https://groups.google.com/d/optout.
/greenlight directory.Gemfile and move the dotenv-rails gem outside of the test/development block.gem install bundler), then run bundle. If it fails to bundle the pg gem, run sudo apt-get install libpq-dev then try again./scripts/greenlight.nginx to /etc/bigbluebutton/nginx on your BigBlueButton server. To apply the change, restart nginx using systemctl restart nginx./greenlight directory and copy the sample.env file to .env using cp sample.env .env..env file. For information on how to do this, see the Enter BigBlueButton Credentials section. Make sure to uncomment the BigBlueButton server credentials. To generate the SECRET_KEY_BASE, run rake secret from within the /greenlight directory.RELATIVE_URL_ROOT=/b line within the .env file.RAILS_ENV=production rake db:migrate.rails assets:precompile.rails s -p 5000 -e -d production. (This will run your greenlight on the background)/b to use GreenLight.--
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 post to this group, send email to bigblueb...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-dev.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to a topic in the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/bigbluebutton-dev/US9q9_Z4STo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to bigbluebutton-...@googlegroups.com.