From 93229950382845ae0b49f11c520a79800379e924 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 14 Nov 2023 10:41:40 +0000 Subject: [PATCH] Remove user config on www.conf --- opt/php/www.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/opt/php/www.conf b/opt/php/www.conf index 91e2e3e5..9f3f0e69 100644 --- a/opt/php/www.conf +++ b/opt/php/www.conf @@ -20,8 +20,9 @@ ; Unix user/group of processes ; Note: The user is mandatory. If the group is not set, the default user's group ; will be used. -user = hale -group = hale +; ****These are ignored and off as they won't run when we are running the container as non-root. +;user = hale +;group = hale ; The address on which to accept FastCGI requests. ; Valid syntaxes are: