mirror of
https://github.com/bigbluebutton/docker.git
synced 2024-11-22 08:03:19 +01:00
Merge pull request #116 from manfred-w/develop
Fix for preuploaded presentations not working
This commit is contained in:
commit
ea70e27ac4
@ -26,4 +26,9 @@ location /b/cable {
|
|||||||
proxy_send_timeout 6h;
|
proxy_send_timeout 6h;
|
||||||
client_body_timeout 6h;
|
client_body_timeout 6h;
|
||||||
send_timeout 6h;
|
send_timeout 6h;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# this is necessary for the preupload_presentation feature
|
||||||
|
location /rails/active_storage {
|
||||||
|
return 301 /b$request_uri;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user