Initial commit
This commit is contained in:
commit
a5e756c280
18 changed files with 754 additions and 0 deletions
5
templates/postfixadmin/php-fpm-pool.conf.j2
Normal file
5
templates/postfixadmin/php-fpm-pool.conf.j2
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[postfixadmin]
|
||||
|
||||
{% for key, value in mailserver.postfixadmin.php_fpm_config.items() %}
|
||||
{{ key }} = {{ value }}
|
||||
{% endfor %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue