t0daY
Active member
Hey there,
I have trouble increasing the maximum attachement size.
I already changed the php.ini and nginx.conf:
php
upload_max_filesize = 20M
max_file_uploads = 20
post_max_size = 25M
nginx
http {
client_max_body_size 20M;
}
I have the feeling that there is maybe another .ini file in the XF2 direction which restricts it? Never had any issues with XF1.
I have trouble increasing the maximum attachement size.
I already changed the php.ini and nginx.conf:
php
upload_max_filesize = 20M
max_file_uploads = 20
post_max_size = 25M
nginx
http {
client_max_body_size 20M;
}
I have the feeling that there is maybe another .ini file in the XF2 direction which restricts it? Never had any issues with XF1.