mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-06-23 13:31:20 +02:00
Fix for missing preuploaded presentations
Add a nginx redirect to allow bbb find a pre-uploaded presentation. ref: https://docs.bigbluebutton.org/greenlight/gl-config.html#updating-from-version-prior-to-27
This commit is contained in:
parent
0c37742980
commit
551246434b
@ -27,3 +27,8 @@ location /b/cable {
|
||||
client_body_timeout 6h;
|
||||
send_timeout 6h;
|
||||
}
|
||||
|
||||
# this is necessary for the preupload_presentation feature
|
||||
location /rails/active_storage {
|
||||
return 301 /b$request_uri;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user