applied changes rom 2.3-alpha-8 and 2.3-beta-1

This commit is contained in:
chandi
2021-03-27 18:48:05 +01:00
parent 648a9b1a07
commit 96182bcc74
23 changed files with 180 additions and 268 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/checkAuthorization;
auth_request /bigbluebutton/connection/validatePad;
auth_request_set $auth_status $upstream_status;
}