fix(templates): no comments for php + ssl config
This commit is contained in:
parent
783952a707
commit
7d944e6fbb
3 changed files with 23 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
[<?=$this->e($user)?>]
|
||||
user = <?=$this->e($user)?> #unix user
|
||||
group = <?=$this->e($user)?> #unix group
|
||||
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
|
||||
|
@ -9,4 +9,4 @@ pm.max_children = 75
|
|||
pm.start_servers = 10
|
||||
pm.min_spare_servers = 5
|
||||
pm.max_spare_servers = 20
|
||||
pm.process_idle_timeout = 10
|
||||
pm.process_idle_timeout = 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue