mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-06-19 19:29:02 +02:00
nginx: reenable authorization for notes
This commit is contained in:
parent
286a89a9cc
commit
95daedfc0e
@ -11,14 +11,8 @@ location /pad/p/ {
|
|||||||
proxy_set_header X-Forwarded-Proto https; # for EP to set secure cookie flag when https is used
|
proxy_set_header X-Forwarded-Proto https; # for EP to set secure cookie flag when https is used
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
|
|
||||||
# there is currently no viable source for building the
|
auth_request /bigbluebutton/connection/checkAuthorization;
|
||||||
# bbb-etherpad including sesstiontokens which got introduced in v2.2.21
|
auth_request_set $auth_status $upstream_status;
|
||||||
# https://github.com/bigbluebutton/bigbluebutton/issues/10159
|
|
||||||
#
|
|
||||||
# We disable the authentication for now.
|
|
||||||
|
|
||||||
# auth_request /bigbluebutton/connection/checkAuthorization;
|
|
||||||
# auth_request_set $auth_status $upstream_status;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
location /pad {
|
location /pad {
|
||||||
@ -53,8 +47,8 @@ location /pad/socket.io {
|
|||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
proxy_set_header Connection "Upgrade";
|
proxy_set_header Connection "Upgrade";
|
||||||
|
|
||||||
# auth_request /bigbluebutton/connection/checkAuthorization;
|
auth_request /bigbluebutton/connection/checkAuthorization;
|
||||||
# auth_request_set $auth_status $upstream_status;
|
auth_request_set $auth_status $upstream_status;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /static {
|
location /static {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user