Skip to content

Commit 9b60350

Browse files
author
Till Brehm
committed
Update nginx_plugin.inc.php
1 parent a080b1c commit 9b60350

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
@@ -2923,7 +2923,7 @@ private function php_fpm_pool_update ($data, $web_config, $pool_dir, $pool_name,
29232923
$tpl->setVar('fpm_user', $data['new']['system_user']);
29242924

29252925
// RH workaround here
2926-
if($app->system->is_redhat_os() == 1) {
2926+
if($app->system->is_redhat_os() == true) {
29272927
$tpl->setVar('fpm_group', $data['new']['system_group']);
29282928
$tpl->setVar('fpm_listen_group', $data['new']['system_group']);
29292929
} else {

0 commit comments

Comments
 (0)