fix(acme.sh) : full path and better commands and templates WIP
This commit is contained in:
parent
521f5b6be8
commit
783952a707
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
[<?=$this->e($user)?>]
|
||||
user = <?=$this->e($user)?>
|
||||
group = <?=$this->e($user)?>
|
||||
user = <?=$this->e($user)?> #unix user
|
||||
group = <?=$this->e($user)?> #unix group
|
||||
listen = /var/run/php-fpm-<?=$this->e($user)?>.sock
|
||||
listen.owner = www-data
|
||||
listen.group = www-data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue