Correct path for php pool template

tags/smeserver-dl-0.2.1-1
Daniel Berteaud 8 years ago
parent 52db1b9e75
commit 6c1b33e547
  1. 8
      root/etc/e-smith/templates/etc/php-fpm.d/www.conf/15Dl

@ -1,14 +1,15 @@
{ {
if ($PHP_VERSION eq '56'){
if (($dl{status'} || 'disabled) eq 'enabled'){ if (($dl{status'} || 'disabled) eq 'enabled'){
$OUT .=<<_EOF; $OUT .=<<_EOF;
[php71-dl] [php56-dl]
user = www user = www
group = www group = www
listen.owner = root listen.owner = root
listen.group = www listen.group = www
listen.mode = 0660 listen.mode = 0660
listen = /var/run/php-fpm/php71-dl.sock listen = /var/run/php-fpm/php56-dl.sock
pm = dynamic pm = dynamic
pm.max_children = 15 pm.max_children = 15
pm.start_servers = 3 pm.start_servers = 3
@ -37,9 +38,10 @@ php_admin_flag[allow_url_include] = off
php_admin_value[session.save_handler] = files php_admin_value[session.save_handler] = files
php_admin_value[output_buffering] = off php_admin_value[output_buffering] = off
_EOF _EOF
} }
else{ else{
$OUT .= '; Dl is disabled'; $OUT .= '; Dl is disabled';
} }
}
} }
Loading…
Cancel
Save