Merge pull request #3354 from mdeguzis/patch-1

protocol is wrong, fcgi, not fgci
This commit is contained in:
Markus Frosch 2018-02-12 20:03:41 +01:00 committed by GitHub
commit 5d91ee8b3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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