You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sed -i "s#group = nobody.*#group = abc#g" /etc/php7/php-fpm.d/www.conf
28
28
# create override for www.conf if it doesn't exist
29
29
[[ ! -f /config/php/www2.conf ]] && \
30
-
printf "; Edit this file to override www.conf and php-fpm.conf directives and restart the container\\n\\n; Pool name\\n[www]\\n\\n" > /config/php/www2.conf
30
+
printf "; Edit this file to override www.conf and php-fpm.conf directives and restart the container\\n\\n; Pool name\\n[www]\\n\\n" > /config/php/www2.conf
0 commit comments