From 7d98e3e40c12dacd882835bce76e4f235ef4bba7 Mon Sep 17 00:00:00 2001 From: Jakub Zelenka Date: Sat, 14 Jan 2023 15:13:43 +0000 Subject: [PATCH] Fix missing comment in FPM www.conf.in --- sapi/fpm/www.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapi/fpm/www.conf.in b/sapi/fpm/www.conf.in index 64da6bce1f0..4b8eb7caa3a 100644 --- a/sapi/fpm/www.conf.in +++ b/sapi/fpm/www.conf.in @@ -22,7 +22,7 @@ ; The user and group can be specified either by their name or by their numeric ; IDs. ; Note: If the user is root, the executable needs to be started with - --allow-to-run-as-root option to work. +; --allow-to-run-as-root option to work. ; Default Values: The user is set to master process running user by default. ; If the group is not set, the user's group is used. user = @php_fpm_user@