From 9d4a85c753d02497d0279ba00a844ce4a1c5bfed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joonas=20Kylm=C3=A4l=C3=A4?= Date: Thu, 23 Nov 2017 13:25:14 +0200 Subject: [PATCH] doc: Use correct command for configuration generation The command 'icingacli setup config directory' actually produces the configuration files for Icinga Web 2 instead of the command 'icingacli setup config webserver'. --- doc/20-Advanced-Topics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/20-Advanced-Topics.md b/doc/20-Advanced-Topics.md index 43e017c2a..31510c164 100644 --- a/doc/20-Advanced-Topics.md +++ b/doc/20-Advanced-Topics.md @@ -464,7 +464,7 @@ of `openssl passwd -1 `. for example `/etc/apache2/sites-enabled/icingaweb2.conf`. 7. Add `www-data` user to `icingaweb2` group if not done already (`usermod -a -G icingaweb2 www-data`). 8. Create the Icinga Web 2 configuration in `/etc/icingaweb2`. The directory can be easily created with: -`icingacli setup config webserver`. This command ensures that the directory has the appropriate ownership and +`icingacli setup config directory`. This command ensures that the directory has the appropriate ownership and permissions. If you want to create the directory manually, make sure to chown the group to `icingaweb2` and set the access mode to `2770`.