From ce6c781852f89839179a993adb04d74ea4e350dc Mon Sep 17 00:00:00 2001 From: Jimmy Monin Date: Tue, 24 Oct 2017 19:12:09 +0200 Subject: [PATCH] fix missing PATH env variable --- conf/php-fpm.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/php-fpm.conf b/conf/php-fpm.conf index b8dfd24..485c87b 100644 --- a/conf/php-fpm.conf +++ b/conf/php-fpm.conf @@ -365,6 +365,7 @@ catch_workers_output = yes ;env[TMP] = /tmp ;env[TMPDIR] = /tmp ;env[TEMP] = /tmp +env[PATH] = $PATH ; Additional php.ini defines, specific to this pool of workers. These settings ; overwrite the values previously defined in the php.ini. The directives are the