Skip to content
Snippets Groups Projects
Commit 5ea5c3a1 authored by Islam El-Ashi's avatar Islam El-Ashi
Browse files

Modified the maximum presentation size from 20mb to 30mb


git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3362 af16638f-c34d-0410-8cfa-b39d5352b314
parent 047710d5
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ server {
proxy_redirect default;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
client_max_body_size 20m;
client_max_body_size 30m;
client_body_buffer_size 128k;
proxy_connect_timeout 90;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment