|
1 | 1 | ---
|
2 |
| -description: "F5 NGINX App Protect DoS provides behavioral DoS detection and mitigation." |
| 2 | +# The title is the product name |
3 | 3 | title: F5 NGINX App Protect DoS
|
| 4 | +# The URL is the base of the deployed path, becoming "docs.nginx.com/<url>/<other-pages>" |
4 | 5 | url: /nginx-app-protect-dos/
|
| 6 | +# The cascade directive applies its nested parameters down the page tree until overwritten |
5 | 7 | cascade:
|
6 |
| - logo: "NGINX-App-Protect-DoS-product-icon.svg" |
| 8 | + # The logo file is resolved from the theme, in the folder /static/images/icons/ |
| 9 | + logo: NGINX-App-Protect-DoS-product-icon.svg |
| 10 | +# The subtitle displays directly underneath the heading of a given page |
| 11 | +nd-subtitle: Enhance Security, Automate Defense, and Accelerate Protection with NGINX |
| 12 | +# Indicates that this is a custom landing page |
| 13 | +nd-landing-page: true |
| 14 | +# Types have a 1:1 relationship with Hugo archetypes, so you shouldn't need to change this |
| 15 | +nd-content-type: landing-page |
| 16 | +# Intended for internal catalogue and search, case sensitive: |
| 17 | +# Agent, N4Azure, NIC, NIM, NGF, NAP-DOS, NAP-WAF, NGINX One, NGINX+, Solutions, Unit |
| 18 | +nd-product: NAP-DOS |
7 | 19 | ---
|
8 | 20 |
|
9 |
| -Request your [free 30‑day trial](https://www.nginx.com/free-trial-request) today. |
| 21 | +## About |
| 22 | +Achieve comprehensive protection against DoS and DDoS attacks for your apps and APIs with a multi-layered, adaptive, automated mitigation strategy for DevOps environments. |
| 23 | + |
| 24 | +Running natively on NGINX Plus and NGINX Ingress Controller, NGINX App Protect DoS is platform-agnostic and supports deployment options ranging from edge load balancers to individual pods in Kubernetes clusters. |
| 25 | + |
| 26 | +## Featured content |
| 27 | +[//]: # "You can add a maximum of three cards: any extra will not display." |
| 28 | +[//]: # "One card will take full width page: two will take half width each. Three will stack like an inverse pyramid." |
| 29 | +[//]: # "Some examples of content could be the latest release note, the most common install path, and a popular new feature." |
| 30 | + |
| 31 | +{{<card-layout>}} |
| 32 | + {{<card-section showAsCards="true" isFeaturedSection="true">}} |
| 33 | + {{<card title="Deployment" titleUrl="/nginx-app-protect-dos/deployment-guide/learn-about-deployment/">}} |
| 34 | + Read how to install and upgrade NGINX App Protect DoS |
| 35 | + {{</card>}} |
| 36 | + <!-- The titleURL and icon are both optional --> |
| 37 | + <!-- Lucide icon names can be found at https://lucide.dev/icons/ --> |
| 38 | + {{<card title="Troubleshooting" titleUrl="/nginx-app-protect-dos/troubleshooting-guide/how-to-troubleshoot/">}} |
| 39 | + Learn how to debug NGINX App Protect DoS |
| 40 | + {{</card>}} |
| 41 | + {{<card title="Releases" titleUrl="/nginx-app-protect-dos/releases/" icon="clock-alert">}} |
| 42 | + Review changelogs for NGINX App Protect DoS |
| 43 | + {{</card>}} |
| 44 | + {{</card-section>}} |
| 45 | +{{</card-layout>}} |
0 commit comments