Split php.ini config for CLI/FPM

This commit is contained in:
Emilien Mantel
2015-08-28 09:48:25 +02:00
parent e35f77089a
commit 7e5d2a5258
4 changed files with 24 additions and 2 deletions

View File

@@ -12,6 +12,8 @@ php_ini:
value: 'Off'
- key: 'memory_limit'
value: '256M'
php_ini_fpm: []
php_ini_cli: []
# OpCache settings (PHP >= 5.5)
php_opcache_enable: "1"