From cf783e468d716a47f8c832c8fe885807ca5d76e4 Mon Sep 17 00:00:00 2001 From: polytan02 Date: Fri, 17 Feb 2017 13:14:32 +0000 Subject: [PATCH] Correction of changedir --- conf/php-fpm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/php-fpm.conf b/conf/php-fpm.conf index d2e224af..a7d2fa6e 100644 --- a/conf/php-fpm.conf +++ b/conf/php-fpm.conf @@ -195,7 +195,7 @@ rlimit_core = 0 ; Chdir to this directory at the start. ; Note: relative path can be used. ; Default Value: current directory or / when chroot -chdir = FOLDERTOCHANGE +chdir = /var/www/NAMETOCHANGE ; Redirect worker stdout and stderr into main error log. If not set, stdout and ; stderr will be redirected to /dev/null according to FastCGI specs.