config.json 643 B

1234567891011121314151617181920212223242526
  1. [
  2. {
  3. "template": "opcache-recommended.ini.j2",
  4. "output": "/usr/local/etc/php/conf.d/opcache-recommended.ini"
  5. },
  6. {
  7. "template": "pools.conf.j2",
  8. "output": "/usr/local/etc/php-fpm.d/z-pools.conf"
  9. },
  10. {
  11. "template": "other.ini.j2",
  12. "output": "/usr/local/etc/php/conf.d/zzz-other.ini"
  13. },
  14. {
  15. "template": "upload.ini.j2",
  16. "output": "/usr/local/etc/php/conf.d/upload.ini"
  17. },
  18. {
  19. "template": "session_store.ini.j2",
  20. "output": "/usr/local/etc/php/conf.d/session_store.ini"
  21. },
  22. {
  23. "template": "0081-custom-mailcow.css.j2",
  24. "output": "/web/css/build/0081-custom-mailcow.css"
  25. }
  26. ]