From beafc5c9863397b4dfd13ef5eeedc1b237d754ba Mon Sep 17 00:00:00 2001 From: Gawain Lynch Date: Mon, 9 Nov 2015 08:26:20 +0000 Subject: Update RPM note for PHP-FPM www.conf --- php-fpm-www.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php-fpm-www.conf') diff --git a/php-fpm-www.conf b/php-fpm-www.conf index 1c4befa..044a27a 100644 --- a/php-fpm-www.conf +++ b/php-fpm-www.conf @@ -20,7 +20,7 @@ ; Unix user/group of processes ; Note: The user is mandatory. If the group is not set, the default user's group ; will be used. -; RPM: apache Choosed to be able to access some dir as httpd +; RPM: apache user chosen to provide access to the same directories as httpd user = apache ; RPM: Keep a group allowed to write in log dir. group = apache -- cgit