mirror of
https://github.com/YunoHost-Apps/dotclear2_ynh.git
synced 2024-09-03 18:26:29 +02:00
change group of php-fpm
This commit is contained in:
parent
deae570eab
commit
0f0fce3944
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
; Note: The user is mandatory. If the group is not set, the default user's group
|
; Note: The user is mandatory. If the group is not set, the default user's group
|
||||||
; will be used.
|
; will be used.
|
||||||
user = __USER__
|
user = __USER__
|
||||||
group = __USER__
|
group = www-data
|
||||||
|
|
||||||
; The address on which to accept FastCGI requests.
|
; The address on which to accept FastCGI requests.
|
||||||
; Valid syntaxes are:
|
; Valid syntaxes are:
|
||||||
|
|
Loading…
Reference in a new issue