Forums
(@bobiewaelah)
9 years, 7 months ago
Ok guys it’s solved, Nginx requires php-fpm restart , so I used the below command
root > /etc/init.d/php-fpm55 restart
and it’s working
I don’t install apache but apache2 after I restart the apache2 service it show me the same.
this is the php.ini path “/usr/local/apps/php55/etc/php.ini”
i have download the php.ini file and check the value,
upload_max_filesize = 100MB post_max_size: 110MB
you can check the php info here: https://goodmastah.tk/phpinfo.php
thank’s MarkRH
it’s weird from php info it’s show upload_max_filesize: 2MB post_max_size: 8MB
from php.ini upload_max_filesize = 100M post_max_size: 110MB
I don’t know why it’s show different value