mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-08-09 20:57:34 +02:00
fix and reenable etherpad authorization
This commit is contained in:
@ -33,7 +33,7 @@ location /pad/socket.io/socket.io.js {
|
||||
proxy_set_header Host $host;
|
||||
proxy_buffering off;
|
||||
}
|
||||
|
||||
|
||||
location /pad/socket.io {
|
||||
rewrite /pad/socket.io/(.*) /socket.io/$1 break;
|
||||
proxy_pass http://etherpad:9001/;
|
||||
@ -49,10 +49,8 @@ location /pad/socket.io {
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "Upgrade";
|
||||
|
||||
# this is currently broken
|
||||
# TODO: fix & reenable
|
||||
#auth_request /bigbluebutton/connection/checkAuthorization;
|
||||
#auth_request_set $auth_status $upstream_status;
|
||||
auth_request /bigbluebutton/connection/checkAuthorization;
|
||||
auth_request_set $auth_status $upstream_status;
|
||||
}
|
||||
|
||||
location /static {
|
||||
|
Reference in New Issue
Block a user