apply v2.2.22 changes

This commit is contained in:
chandi
2020-08-12 18:08:07 +02:00
parent 2b28bac2fe
commit 0ff4d22457
4 changed files with 51 additions and 6 deletions

View File

@ -8,6 +8,9 @@ location /pad/p/ {
proxy_set_header Host $host;
proxy_buffering off;
proxy_set_header X-Forwarded-Proto https; # for EP to set secure cookie flag when https is used
proxy_http_version 1.1;
# there is currently no viable source for building the
# bbb-etherpad including sesstiontokens which got introduced in v2.2.21
# https://github.com/bigbluebutton/bigbluebutton/issues/10159