mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-25 15:51:31 +00:00
27 lines
643 B
JSON
27 lines
643 B
JSON
[
|
|
{
|
|
"template": "opcache-recommended.ini.j2",
|
|
"output": "/usr/local/etc/php/conf.d/opcache-recommended.ini"
|
|
},
|
|
{
|
|
"template": "pools.conf.j2",
|
|
"output": "/usr/local/etc/php-fpm.d/z-pools.conf"
|
|
},
|
|
{
|
|
"template": "other.ini.j2",
|
|
"output": "/usr/local/etc/php/conf.d/zzz-other.ini"
|
|
},
|
|
{
|
|
"template": "upload.ini.j2",
|
|
"output": "/usr/local/etc/php/conf.d/upload.ini"
|
|
},
|
|
{
|
|
"template": "session_store.ini.j2",
|
|
"output": "/usr/local/etc/php/conf.d/session_store.ini"
|
|
},
|
|
{
|
|
"template": "0081-custom-mailcow.css.j2",
|
|
"output": "/web/css/build/0081-custom-mailcow.css"
|
|
}
|
|
]
|