Browse Source

fix missing PATH env variable

pull/64/head
Jimmy Monin 9 years ago
parent
commit
ce6c781852
  1. 1
      conf/php-fpm.conf

1
conf/php-fpm.conf

@ -365,6 +365,7 @@ catch_workers_output = yes
;env[TMP] = /tmp ;env[TMP] = /tmp
;env[TMPDIR] = /tmp ;env[TMPDIR] = /tmp
;env[TEMP] = /tmp ;env[TEMP] = /tmp
env[PATH] = $PATH
; Additional php.ini defines, specific to this pool of workers. These settings ; 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 ; overwrite the values previously defined in the php.ini. The directives are the

Loading…
Cancel
Save