nginx+php-fpm構成のときのumask変更

php-fpmをnginx権限で動作させるようにしておきます。

echo "umask 0002" >> /etc/sysconfig/php-fpm
service php-fpm restart