basic 2.5 support (bbb-pads, mongo 5.0, ruby 2.7)

This commit is contained in:
chandi
2022-04-03 23:28:49 +02:00
parent 7eb142b43e
commit dfbe11f74d
14 changed files with 77 additions and 28 deletions

View File

@@ -13,7 +13,7 @@ location /pad/p/ {
proxy_set_header X-Forwarded-Proto $scheme; # for EP to set secure cookie flag when https is used
proxy_http_version 1.1;
auth_request /bigbluebutton/connection/validatePad;
auth_request /bigbluebutton/connection/checkAuthorization;
auth_request_set $auth_status $upstream_status;
}