setup: Set default URL path to /icingaweb2
This commit is contained in:
parent
60b74ddcec
commit
2d69e44846
modules/setup/library/Setup
|
@ -24,7 +24,7 @@ abstract class Webserver
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $urlPath = '/icingaweb';
|
||||
protected $urlPath = '/icingaweb2';
|
||||
|
||||
/**
|
||||
* Path to Icinga Web 2's configuration files
|
||||
|
|
Loading…
Reference in New Issue