From faa194d602a880538bbcbadcc245cb470691d629 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 3 Aug 2016 14:41:12 -0600 Subject: [PATCH] Update fusionpbx Set client_max_body_size to 80 mb. --- debian/resources/nginx/fusionpbx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/resources/nginx/fusionpbx b/debian/resources/nginx/fusionpbx index bb44bd5..c324778 100644 --- a/debian/resources/nginx/fusionpbx +++ b/debian/resources/nginx/fusionpbx @@ -5,7 +5,7 @@ server{ access_log /var/log/nginx/access.log; error_log /var/log/nginx/error.log; - client_max_body_size 25M; + client_max_body_size 80M; client_body_buffer_size 128k; location / { @@ -82,7 +82,7 @@ server { access_log /var/log/nginx/access.log; error_log /var/log/nginx/error.log; - client_max_body_size 25M; + client_max_body_size 80M; client_body_buffer_size 128k; location / { @@ -159,7 +159,7 @@ server { access_log /var/log/nginx/access.log; error_log /var/log/nginx/error.log; - client_max_body_size 25M; + client_max_body_size 80M; client_body_buffer_size 128k; location / {