mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
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
|
||||
{
|
||||
protected $fpmUri = 'fgci://127.0.0.1:9000';
|
||||
protected $fpmUri = 'fcgi://127.0.0.1:9000';
|
||||
|
||||
protected function getTemplate()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user