diff --git a/Cfg/etc/php5/fpm/pool.d/www.conf/www.conf b/Cfg/etc/php5/fpm/pool.d/www.conf/www.conf index 49c5b51..82be586 100644 --- a/Cfg/etc/php5/fpm/pool.d/www.conf/www.conf +++ b/Cfg/etc/php5/fpm/pool.d/www.conf/www.conf @@ -352,11 +352,11 @@ chdir = / ; Pass environment variables like LD_LIBRARY_PATH. All $VARIABLEs are taken from ; the current environment. ; Default Value: clean env -;env[HOSTNAME] = $HOSTNAME -;env[PATH] = /usr/local/bin:/usr/bin:/bin -;env[TMP] = /tmp -;env[TMPDIR] = /tmp -;env[TEMP] = /tmp +env[HOSTNAME] = $HOSTNAME +env[PATH] = /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games +env[TMP] = /tmp +env[TMPDIR] = /tmp +env[TEMP] = /tmp ; 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