forked from ISTI-ansible-roles/ansible-roles
library/roles/php-fpm/templates/php-fpm-pool.conf.j2: Enable some environment variables.
This commit is contained in:
parent
0dc04ad2f9
commit
37b27a0680
|
@ -249,11 +249,11 @@ security.limit_extensions = {{ item.php_extensions | default('.php') }}
|
|||
; 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/bin:/bin
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue