Fix mods-available directory for PHP7

freebsd 2.0.1
Emilien Mantel 2016-08-25 18:09:33 +02:00
parent 115e5bb19c
commit ef9242f2fb
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@ php_apt_prefix: 'php7.0-'
php_etc_dir: '/etc/php/7.0'
php_fpm_service: 'php7.0-fpm'
php_default_fpm_sock: '/var/run/php/php7.0-fpm.sock'
php_mods_dir: '/etc/php/mods-available'
php_mods_dir: '/etc/php/7.0/mods-available'
php_mysql_package: 'php7.0-mysql'