fix(installer) : php template and directory create by user

This commit is contained in:
mrflos 2022-12-23 20:19:56 +03:00
parent a882e8ab2b
commit 350cd9d982
2 changed files with 7 additions and 6 deletions

View file

@ -1,6 +1,8 @@
[<?=$this->e($user)?>]
user = <?=$this->e($user)?>
group = <?=$this->e($user)?>
listen = /var/run/php-fpm-<?=$this->e($user)?>.sock
listen.owner = www-data
listen.group = www-data