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