Skip to content

Commit

Permalink
Don't set group for PHP-FPM to avoid errors
Browse files Browse the repository at this point in the history
The group option is only supported when PHP-FPM is running as root.
  • Loading branch information
robertlemke committed Mar 25, 2020
1 parent a52e2db commit f63c48d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions root-files/opt/flownative/php/etc/php-fpm.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ daemonize = no
; if we send this to /proc/self/fd/1, it never appears
access.log = /proc/self/fd/2

group = ${PHP_FPM_GROUP}

listen = [::]:${PHP_FPM_PORT}

pm = ondemand
Expand Down

0 comments on commit f63c48d

Please sign in to comment.