protocol is wrong, fcgi, not fgci
This commit is contained in:
parent
801ccb80f0
commit
91678eec83
|
@ -10,7 +10,7 @@ use Icinga\Module\Setup\Webserver;
|
|||
*/
|
||||
class Apache extends Webserver
|
||||
{
|
||||
protected $fpmUri = 'fgci://127.0.0.1:9000';
|
||||
protected $fpmUri = 'fcgi://127.0.0.1:9000';
|
||||
|
||||
protected function getTemplate()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue