mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-01-07 14:28:51 +01:00
dev mode: allow presentation access via http
This commit is contained in:
parent
13f55a1be9
commit
b4918c53d3
@ -15,6 +15,8 @@ redisHost=redis
|
||||
|
||||
{{ if isTrue .Env.DEV_MODE }}
|
||||
beans.presentationService.defaultUploadedPresentation=https://test.bigbluebutton.org/default.pdf
|
||||
# fetch presentations without HTTPS
|
||||
presentationBaseURL=http://{{ .Env.DOMAIN }}/bigbluebutton/presentation
|
||||
{{else}}
|
||||
beans.presentationService.defaultUploadedPresentation=${bigbluebutton.web.serverURL}/default.pdf
|
||||
{{end}}
|
||||
|
@ -5,7 +5,7 @@ location /bigbluebutton/api/join {
|
||||
}
|
||||
|
||||
# allow /api calls without redirecting to https
|
||||
location /bigbluebutton/api {
|
||||
location /bigbluebutton/ {
|
||||
proxy_pass https://127.0.0.1:443;
|
||||
proxy_ssl_verify off;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user