Fix shares pool template path for php56

This commit is contained in:
Daniel Berteaud 2017-07-11 19:57:10 +02:00
parent c1450e94f7
commit aa37d930f8
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
TEMPLATE_PATH="/etc/php-fpm.d/www.conf"
TEMPLATE_PATH="/etc/php-fpm.d/shares.conf"
MORE_DATA={ PHP_VERSION => 56 }