Browse Source

Fix PATH warning

pull/188/head
Jimmy Monin 7 years ago
parent
commit
779173d6c4
  1. 2
      conf/php-fpm.conf

2
conf/php-fpm.conf

@ -392,7 +392,7 @@ chdir = __FINALPATH__
;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
; same as the PHP SAPI: ; same as the PHP SAPI:

Loading…
Cancel
Save