protocol is wrong, fcgi, not fgci

This commit is contained in:
Michael T. DeGuzis 2018-02-11 18:04:19 -05:00 committed by GitHub
parent 801ccb80f0
commit 91678eec83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()
{ {