Configuration
Before I write an
If you met the problem after upgrading php-fpm like me, try this: open /etc/php5/fpm/pool.d/www.conf uncomment the following lines:
listen.owner = www-data listen.group = www-data listen.mode = 0666
then restart php-fpm.