fix(): increase upload limit #4

This commit is contained in:
Hardware 2016-10-05 23:49:18 +02:00
parent 0ab53ba425
commit ef78efd8af
No known key found for this signature in database
GPG Key ID: EC6DF6F90263EDEA
2 changed files with 4 additions and 0 deletions

View File

@ -56,6 +56,7 @@ http {
root /rainloop;
index index.php;
charset utf-8;
client_max_body_size 50M;
location ^~ /data {
deny all;

View File

@ -9,3 +9,6 @@ pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3
chdir = /
php_admin_value[expose_php] = Off
php_admin_value[post_max_size] = 50M
php_admin_value[upload_max_filesize] = 50M