Skip to content

Commit 4bad94f

Browse files
committed
update fpm config for www-skilld group
follow-up to 897b494
1 parent 8ee5c6e commit 4bad94f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

php74-fpm/php-fpm.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ daemonize = no
55

66
[app]
77
user = www-data
8-
group = www-data
8+
group = www-skilld
99
listen = [::]:9000
1010
access.log = /proc/self/fd/2
1111
catch_workers_output = yes

php8-fpm/php-fpm.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ daemonize = no
55

66
[app]
77
user = www-data
8-
group = www-data
8+
group = www-skilld
99
listen = [::]:9000
1010
access.log = /proc/self/fd/2
1111
catch_workers_output = yes

0 commit comments

Comments
 (0)