[php-fpm] définition de variable d'environnement
This commit is contained in:
parent
a5232a8f31
commit
a5ed74f709
1 changed files with 5 additions and 5 deletions
|
@ -352,11 +352,11 @@ chdir = /
|
||||||
; Pass environment variables like LD_LIBRARY_PATH. All $VARIABLEs are taken from
|
; Pass environment variables like LD_LIBRARY_PATH. All $VARIABLEs are taken from
|
||||||
; the current environment.
|
; the current environment.
|
||||||
; Default Value: clean env
|
; Default Value: clean env
|
||||||
;env[HOSTNAME] = $HOSTNAME
|
env[HOSTNAME] = $HOSTNAME
|
||||||
;env[PATH] = /usr/local/bin:/usr/bin:/bin
|
env[PATH] = /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
|
||||||
;env[TMP] = /tmp
|
env[TMP] = /tmp
|
||||||
;env[TMPDIR] = /tmp
|
env[TMPDIR] = /tmp
|
||||||
;env[TEMP] = /tmp
|
env[TEMP] = /tmp
|
||||||
|
|
||||||
; 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…
Add table
Add a link
Reference in a new issue