mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 00:34:03 +02:00
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…
x
Reference in New Issue
Block a user