Update integrations.ts

This commit is contained in:
Stefan Pejcic 2024-08-16 15:04:15 +02:00 committed by GitHub
parent 356c9574b9
commit 4e922aa73c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -389,7 +389,7 @@ export const integrations: IntegrationsType = {
icon: ModSec, icon: ModSec,
description: description:
"Administrators can activate ModSecurity with a single click and configure the OWASP ruleset. Additionally, individual users have the flexibility to enable or disable ModSecurity per domain.", "Administrators can activate ModSecurity with a single click and configure the OWASP ruleset. Additionally, individual users have the flexibility to enable or disable ModSecurity per domain.",
url: "/docs/admin/settings/waf/", url: "/docs/admin/security/waf/",
status: "stable", status: "stable",
}, },
{ {
@ -397,7 +397,7 @@ export const integrations: IntegrationsType = {
icon: Firewall, icon: Firewall,
description: description:
"Administrators can manage (UFW) firewall rules directly from the admin interface. Only needed ports are open for users, and administrators have full control over them.", "Administrators can manage (UFW) firewall rules directly from the admin interface. Only needed ports are open for users, and administrators have full control over them.",
url: "/docs/admin/settings/firewall/", url: "/docs/admin/security/firewall/",
status: "stable", status: "stable",
}, },
{ {