fix(): increase upload limit #4
This commit is contained in:
parent
0ab53ba425
commit
ef78efd8af
@ -56,6 +56,7 @@ http {
|
||||
root /rainloop;
|
||||
index index.php;
|
||||
charset utf-8;
|
||||
client_max_body_size 50M;
|
||||
|
||||
location ^~ /data {
|
||||
deny all;
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user