From 29ef1dec2179d4654f4883175ac7db9534f4d4c4 Mon Sep 17 00:00:00 2001 From: bprieshof Date: Wed, 13 Feb 2019 14:48:14 +0100 Subject: [PATCH] Update 'config/nginx/www.confg' --- config/nginx/www.confg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/nginx/www.confg b/config/nginx/www.confg index be79452..dd9755c 100644 --- a/config/nginx/www.confg +++ b/config/nginx/www.confg @@ -391,11 +391,11 @@ pm.max_spare_servers = 3 ; 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/local/bin:/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