roles/php-fpm: Fix 7.4 pool config

This commit is contained in:
Alan Orth 2020-07-13 23:25:09 +03:00
parent 7f5499c307
commit 20ab27e1d2
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@ listen = /run/php/php7.4-fpm-{{ domain_name }}.sock
; BSD-derived systems allow connections regardless of permissions.
; Default Values: user and group are set as the running user
; mode is set to 0660
listen.owner = www-data
listen.group = www-data
listen.owner = nginx
listen.group = nginx
;listen.mode = 0660
; When POSIX Access Control Lists are supported you can set them using
; these options, value is a comma separated list of user/group names.