Skip to content

Commit

Permalink
greenlight: increase presentation upload limit
Browse files Browse the repository at this point in the history
BBB itself already configures a 30MB limit, but this hadn't been reflected in
greenlight config so far. With the recent pre-upload feature being gated
through greenlight, this inconsistency became visible.
  • Loading branch information
dkobras committed Sep 21, 2020
1 parent 1d84d33 commit cd40ae3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/greenlight.nginx.j2
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ location /b {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_http_version 1.1;
# allow uploading presentations up to 30MB
client_max_body_size 30M;
}

location /b/cable {
Expand Down

0 comments on commit cd40ae3

Please sign in to comment.