From 75cd7ebaacba201ffc9845064325c2f53ce6b7df Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 7 Jun 2016 16:53:09 -0600 Subject: [PATCH] Update fusionpbx Increase the client_max_body_size to 25mb for nginx config. --- debian/resources/nginx/fusionpbx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/resources/nginx/fusionpbx b/debian/resources/nginx/fusionpbx index eb01d27..3f3122b 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 10M; + client_max_body_size 25M; 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 10M; + client_max_body_size 25M; 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 10M; + client_max_body_size 25M; client_body_buffer_size 128k; location / { @@ -185,4 +185,4 @@ server { location ~^.+.(db)$ { deny all; } -} \ No newline at end of file +}