From 16f9c828604409c7a1c545a6c6507c9a968b99c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Aleksandrovi=C4=8D=20Klimov?= Date: Thu, 21 Aug 2025 11:04:18 +0200 Subject: [PATCH] Doc: fix over-escaping --- doc/05-Authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/05-Authentication.md b/doc/05-Authentication.md index 749267a7b..22772b5a1 100644 --- a/doc/05-Authentication.md +++ b/doc/05-Authentication.md @@ -59,7 +59,7 @@ sudo htpasswd -c /etc/icingaweb2/.http-users icingaadmin #### Apache Configuration -Add the following configuration to the `<Directory>` directive in the `icingaweb2.conf` web server +Add the following configuration to the `` directive in the `icingaweb2.conf` web server configuration file. ```