From e644953230aecb53a897aa03a979b0d6c585a4a6 Mon Sep 17 00:00:00 2001 From: polytan02 Date: Mon, 13 Apr 2015 16:10:03 +0100 Subject: [PATCH] typo --- 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 c5c8939..67f989d 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 = /var/www/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.