roles/php-fpm: Fix 7.4 pool config
This commit is contained in:
parent
7f5499c307
commit
20ab27e1d2
@ -46,8 +46,8 @@ listen = /run/php/php7.4-fpm-{{ domain_name }}.sock
|
|||||||
; BSD-derived systems allow connections regardless of permissions.
|
; BSD-derived systems allow connections regardless of permissions.
|
||||||
; Default Values: user and group are set as the running user
|
; Default Values: user and group are set as the running user
|
||||||
; mode is set to 0660
|
; mode is set to 0660
|
||||||
listen.owner = www-data
|
listen.owner = nginx
|
||||||
listen.group = www-data
|
listen.group = nginx
|
||||||
;listen.mode = 0660
|
;listen.mode = 0660
|
||||||
; When POSIX Access Control Lists are supported you can set them using
|
; When POSIX Access Control Lists are supported you can set them using
|
||||||
; these options, value is a comma separated list of user/group names.
|
; these options, value is a comma separated list of user/group names.
|
||||||
|
Loading…
Reference in New Issue
Block a user