Where is this located? By default this is nowhere to be found. Open /etc/php5/fpm/pool.d/www.conf
and uncomment “;catch_workers_output = yes”
The final line should read:
catch_workers_output = yes
Then, restart php-fpm
sudo service php5-fpm restart