mirror of
https://github.com/YunoHost-Apps/flarum_ynh.git
synced 2024-09-03 18:36:24 +02:00
Do not use www-data as PHP-FPM group
This commit is contained in:
parent
4a04fc7157
commit
7ace96baaa
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
|||
; Note: The user is mandatory. If the group is not set, the default user's group
|
||||
; will be used.
|
||||
user = __USER__
|
||||
group = www-data
|
||||
group = __USER__
|
||||
|
||||
; The address on which to accept FastCGI requests.
|
||||
; Valid syntaxes are:
|
||||
|
@ -45,7 +45,7 @@ listen = /var/run/php-fpm-__USER__.sock
|
|||
; Default Values: user and group are set as the running user
|
||||
; mode is set to 0660
|
||||
listen.owner = __USER__
|
||||
listen.group = www-data
|
||||
listen.group = __USER__
|
||||
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.
|
||||
|
|
Loading…
Add table
Reference in a new issue