mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
DO NOT use /usr/etc as configuration folder
Using /usr/etc is not FHS compliant. refs #4301
This commit is contained in:
parent
7579aeaf07
commit
2245f65224
@ -3,7 +3,7 @@ environment = development
|
|||||||
timezone = "Europe/Berlin"
|
timezone = "Europe/Berlin"
|
||||||
indexModule = monitoring
|
indexModule = monitoring
|
||||||
indexController = dashboard
|
indexController = dashboard
|
||||||
moduleFolder = "/usr/etc/icinga-modules"
|
moduleFolder = "/etc/icinga2-web/enabledModules"
|
||||||
|
|
||||||
[logging]
|
[logging]
|
||||||
; General log
|
; General log
|
||||||
|
Loading…
x
Reference in New Issue
Block a user