mirror of
https://github.com/bigbluebutton/docker.git
synced 2024-11-26 10:03:25 +01:00
Merge pull request #7 from cheuberg/enable-presentation-download
Enable Presentation Download
This commit is contained in:
commit
f1036bcdbd
@ -47,7 +47,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
location ~ "^/bigbluebutton/presentation/download\/[0-9a-f]+-[0-9]+/[0-9a-f]+-[0-9]+$" {
|
location ~ "^/bigbluebutton/presentation/download\/[0-9a-f]+-[0-9]+/[0-9a-f]+-[0-9]+$" {
|
||||||
if ($arg_presFilename !~ "^[0-9a-zA-Z]+\.[0-9a-zA-Z]+$") {
|
if ($arg_presFilename !~ "^[0-9a-zA-Z]+-[0-9]+\.[0-9a-zA-Z]+$") {
|
||||||
return 404;
|
return 404;
|
||||||
}
|
}
|
||||||
proxy_pass http://core:8090$uri$is_args$args;
|
proxy_pass http://core:8090$uri$is_args$args;
|
||||||
|
Loading…
Reference in New Issue
Block a user