forked from MIR/bigbluebutton
6 lines
204 B
Nginx Configuration File
6 lines
204 B
Nginx Configuration File
# Webhooks service is not deployed; return 503 if the endpoint is hit.
|
|
# To enable webhooks, add a webhooks service and restore the proxy_pass block.
|
|
location /bigbluebutton/api/hooks {
|
|
return 503;
|
|
}
|