php increase max file size upload
For increase maximum size of uploads file you should set only one setting in php.ini.
Set upload_max_filesize to 200M
php.ini location can be differ in differ distros. So you can find it using find command:
find / -name "*php.ini*"