dev/provisioning/files/sysconfig_php-fpm
author nowmad@23.1.168.192.in-addr.arpa
Thu, 17 Dec 2015 12:22:17 +0100
changeset 70 ad554d876c81
parent 1 01a844d292ac
permissions -rw-r--r--
remove model to use the general one the application fetch on the first load

# Additional environment file for php-fpm

if [ ! -d /var/run/php-fpm ]; then
    mkdir -p /var/run/php-fpm
fi

chown nginx:nginx /var/run/php-fpm