Merge pull request #3354 from mdeguzis/patch-1
protocol is wrong, fcgi, not fgci
This commit is contained in:
commit
5d91ee8b3c
|
@ -10,7 +10,7 @@ use Icinga\Module\Setup\Webserver;
|
||||||
*/
|
*/
|
||||||
class Apache extends Webserver
|
class Apache extends Webserver
|
||||||
{
|
{
|
||||||
protected $fpmUri = 'fgci://127.0.0.1:9000';
|
protected $fpmUri = 'fcgi://127.0.0.1:9000';
|
||||||
|
|
||||||
protected function getTemplate()
|
protected function getTemplate()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue