d2a28a6130
The websocket connection to the graphql API needs to go directly to the BBB server (bbb-html5) and it the middleware needs to accept requests with a different origin.
5 lines
254 B
Bash
5 lines
254 B
Bash
BBB_GRAPHQL_MIDDLEWARE_LISTEN_PORT=8378
|
|
# If you are running a cluster proxy setup, you need to configure the Origin of
|
|
# the frontend. See https://docs.bigbluebutton.org/administration/cluster-proxy
|
|
# BBB_GRAPHQL_MIDDLEWARE_ORIGIN=bbb-proxy.example.com
|