forked from extern/docker
fix and reenable etherpad authorization
This commit is contained in:
parent
14b0c085fb
commit
cb9099fb1e
@ -43,6 +43,7 @@ services:
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- redis
|
||||
- etherpad
|
||||
healthcheck:
|
||||
test: wget --no-proxy --no-verbose --tries=1 --spider http://10.7.7.2:8090/bigbluebutton/api || exit 1
|
||||
start_period: 2m
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit dccf33f8e9ced8ee94520535b487f5f76fbe02f2
|
||||
Subproject commit 068ded573380087e120713d1ccc3c86713ec8c88
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user