fix(acme.sh) : full path and better commands and templates WIP

This commit is contained in:
mrflos 2022-09-07 09:57:53 +03:00
parent 521f5b6be8
commit 783952a707
2 changed files with 5 additions and 5 deletions

View file

@ -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