dev/provisioning/files/sysconfig_php-fpm
author nowmad@23.1.168.192.in-addr.arpa
Fri, 18 Dec 2015 15:19:19 +0100
changeset 74 2bd46d0b2c80
parent 1 01a844d292ac
permissions -rw-r--r--
Propagate the current query param to the new route (necessary when the route change comes from outside the app)

# 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