Change graphql endpoint
This commit is contained in:
parent
a17ee9dd4f
commit
7975ca02d0
@ -302,7 +302,7 @@ defaultHTML5ClientUrl=${bigbluebutton.web.serverURL}/html5client/join
|
|||||||
|
|
||||||
# Graphql websocket url (it's necessary to change for cluster setup)
|
# Graphql websocket url (it's necessary to change for cluster setup)
|
||||||
# Using `serverURL` as default, so `https` will be automatically replaced by `wss`
|
# Using `serverURL` as default, so `https` will be automatically replaced by `wss`
|
||||||
graphqlWebsocketUrl=${bigbluebutton.web.serverURL}/v1/graphql
|
graphqlWebsocketUrl=${bigbluebutton.web.serverURL}/graphql
|
||||||
|
|
||||||
# This parameter defines the duration (in minutes) to wait before removing user sessions after a meeting has ended.
|
# This parameter defines the duration (in minutes) to wait before removing user sessions after a meeting has ended.
|
||||||
# During this delay, users can still access information indicating that the "Meeting has ended".
|
# During this delay, users can still access information indicating that the "Meeting has ended".
|
||||||
|
@ -6,7 +6,7 @@ location /graphql-test {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Websocket connection
|
# Websocket connection
|
||||||
location /v1/graphql {
|
location /graphql {
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
proxy_set_header Connection "Upgrade";
|
proxy_set_header Connection "Upgrade";
|
||||||
|
Loading…
Reference in New Issue
Block a user