Change the directory for temporary uploaded files in php-fpm

If you are getting browser errors on uploading files, put the following setting to php-fpm config file:

php_admin_value[upload_tmp_dir] = /home/domain.tld/public_html/uploads
and restart php-fpm