From bf42541b3b91bb5b50ac4f8e2d1d2c852ab69c04 Mon Sep 17 00:00:00 2001 From: polytan02 Date: Mon, 13 Apr 2015 16:02:56 +0100 Subject: [PATCH] Update of php-fpm sed FOLDERTOCHANGE (to avoid confusion with NAMETOCHANGE and FOLDERNAMETOCHANGE) --- 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 67f989d..c5c8939 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/NAMETOCHANGE +chdir = /var/www/FOLDERTOCHANGE ; 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.