We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7a80c1 commit 13aef58Copy full SHA for 13aef58
server/conf/php_fpm_pool.conf.master
@@ -28,9 +28,11 @@ pm.max_requests = <tmpl_var name='pm_max_requests'>
28
29
chdir = /
30
31
+env[HOSTNAME] = $HOSTNAME
32
env[TMP] = <tmpl_var name='document_root'>/tmp
33
env[TMPDIR] = <tmpl_var name='document_root'>/tmp
34
env[TEMP] = <tmpl_var name='document_root'>/tmp
35
+env[PATH] = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
36
37
<tmpl_if name='security_level' op='==' value='20'>
38
<tmpl_var name='enable_php_open_basedir'>php_admin_value[open_basedir] = <tmpl_var name='php_open_basedir'>
0 commit comments