Doc: fix over-escaping

This commit is contained in:
Alexander Aleksandrovič Klimov 2025-08-21 11:04:18 +02:00 committed by Johannes Meyer
parent ee3f3135b8
commit 16f9c82860

View File

@ -59,7 +59,7 @@ sudo htpasswd -c /etc/icingaweb2/.http-users icingaadmin
#### Apache Configuration <a id="authentication-configuration-external-authentication-example-apache"></a>
Add the following configuration to the `&lt;Directory&gt;` directive in the `icingaweb2.conf` web server
Add the following configuration to the `<Directory>` directive in the `icingaweb2.conf` web server
configuration file.
```