Skip to content

Commit f518b85

Browse files
committed
include EL8 also in the fpm workaround in the nginx module
1 parent f15676b commit f518b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/plugins-available/nginx_plugin.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2728,7 +2728,7 @@ private function php_fpm_pool_update ($data, $web_config, $pool_dir, $pool_name,
27282728
foreach($rh_releasefiles as $rh_file) {
27292729
if(file_exists($rh_file) && (filesize($rh_file) > 0)) {
27302730
$tmp = file_get_contents($rh_file);
2731-
if(preg_match('/[67]+\.[0-9]+/m', $tmp)) {
2731+
if(preg_match('/[678]+\.[0-9]+/m', $tmp)) {
27322732
$tpl->setVar('fpm_group', $data['new']['system_group']);
27332733
$tpl->setVar('fpm_listen_group', $data['new']['system_group']);
27342734
}

0 commit comments

Comments
 (0)