forked from norman/fusionpbx-install.sh-github-mirror
Update fusionpbx
Increase the client_max_body_size to 25mb for nginx config.
This commit is contained in:
8
debian/resources/nginx/fusionpbx
vendored
8
debian/resources/nginx/fusionpbx
vendored
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user