mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
parent
c0f84a945c
commit
162b35566c
application/clicommands
library/Icinga/Web/Setup/Webserver
@ -6,7 +6,7 @@ namespace Icinga\Clicommands;
|
||||
|
||||
use Icinga\Application\Logger;
|
||||
use Icinga\Cli\Command;
|
||||
use Icinga\Config\Webserver\Webserver;
|
||||
use Icinga\Web\Setup\Webserver\Webserver;
|
||||
use Icinga\Exception\ProgrammingError;
|
||||
|
||||
/**
|
||||
|
@ -2,7 +2,7 @@
|
||||
// {{{ICINGA_LICENSE_HEADER}}}
|
||||
// {{{ICINGA_LICENSE_HEADER}}}
|
||||
|
||||
namespace Icinga\Config\Webserver;
|
||||
namespace Icinga\Web\Setup\Webserver;
|
||||
|
||||
/**
|
||||
* Generate apache 2.x (< 2.4) configuration
|
@ -2,7 +2,7 @@
|
||||
// {{{ICINGA_LICENSE_HEADER}}}
|
||||
// {{{ICINGA_LICENSE_HEADER}}}
|
||||
|
||||
namespace Icinga\Config\Webserver;
|
||||
namespace Icinga\Web\Setup\Webserver;
|
||||
|
||||
/**
|
||||
* Generate apache2.4 configuration
|
@ -2,7 +2,7 @@
|
||||
// {{{ICINGA_LICENSE_HEADER}}}
|
||||
// {{{ICINGA_LICENSE_HEADER}}}
|
||||
|
||||
namespace Icinga\Config\Webserver;
|
||||
namespace Icinga\Web\Setup\Webserver;
|
||||
|
||||
/**
|
||||
* Create nginx webserver configuration
|
@ -2,7 +2,7 @@
|
||||
// {{{ICINGA_LICENSE_HEADER}}}
|
||||
// {{{ICINGA_LICENSE_HEADER}}}
|
||||
|
||||
namespace Icinga\Config\Webserver;
|
||||
namespace Icinga\Web\Setup\Webserver;
|
||||
|
||||
use Icinga\Application\ApplicationBootstrap;
|
||||
use Icinga\Exception\ProgrammingError;
|
Loading…
x
Reference in New Issue
Block a user