fix(): increase upload limit #4
This commit is contained in:
parent
0ab53ba425
commit
ef78efd8af
@ -56,6 +56,7 @@ http {
|
|||||||
root /rainloop;
|
root /rainloop;
|
||||||
index index.php;
|
index index.php;
|
||||||
charset utf-8;
|
charset utf-8;
|
||||||
|
client_max_body_size 50M;
|
||||||
|
|
||||||
location ^~ /data {
|
location ^~ /data {
|
||||||
deny all;
|
deny all;
|
||||||
|
@ -9,3 +9,6 @@ pm.start_servers = 2
|
|||||||
pm.min_spare_servers = 1
|
pm.min_spare_servers = 1
|
||||||
pm.max_spare_servers = 3
|
pm.max_spare_servers = 3
|
||||||
chdir = /
|
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