mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-05-31 23:45:37 +02:00
Merge pull request #252 from nr23730/patch-1
Set client_max_body_size for greenlight
This commit is contained in:
commit
ad484aa870
@ -11,6 +11,7 @@ location /b {
|
|||||||
proxy_set_header X-Forwarded-Proto $scheme;
|
proxy_set_header X-Forwarded-Proto $scheme;
|
||||||
proxy_set_header X-Forwarded-Ssl on;
|
proxy_set_header X-Forwarded-Ssl on;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
|
client_max_body_size 1000m;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /b/cable {
|
location /b/cable {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user