From c04d383cc75a2bdf3bbfc0dba645add0702a5de2 Mon Sep 17 00:00:00 2001 From: Janet Jose Date: Wed, 16 Apr 2025 14:11:43 -0500 Subject: [PATCH 1/2] Avoid Gerund Remove gerund from heading. --- ...alling-nginx-plus-with-dos-and-waf-on-amazon-web-services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/nap-dos/deployment-guide/installing-nginx-plus-with-dos-and-waf-on-amazon-web-services.md b/content/nap-dos/deployment-guide/installing-nginx-plus-with-dos-and-waf-on-amazon-web-services.md index 2edad7a49..694beb930 100644 --- a/content/nap-dos/deployment-guide/installing-nginx-plus-with-dos-and-waf-on-amazon-web-services.md +++ b/content/nap-dos/deployment-guide/installing-nginx-plus-with-dos-and-waf-on-amazon-web-services.md @@ -21,7 +21,7 @@ The AMIs contain combination of the following components: - Latest version of [NGINX App Protect WAF](https://docs.nginx.com/nginx-app-protect-waf/), optimized for use on Amazon EC2 - Pre-packaged software for building highly available (HA) NGINX Plus configurations -## Installing the NGINX Plus NGINX App Protect WAF + DoS +## Install NGINX Plus NGINX App Protect WAF + DoS To quickly set up an environment with NGINX Plus, NGINX App Protect WAF and NGINX App Protect DoS on AWS: From 4e5698f401366a35901a1e0485729b4c4c5d7bb6 Mon Sep 17 00:00:00 2001 From: Janet Jose Date: Wed, 16 Apr 2025 14:23:09 -0500 Subject: [PATCH 2/2] Avoid Gerund Removed gerund from headings for Issue #396. --- content/nap-dos/monitoring/live-activity-monitoring.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/nap-dos/monitoring/live-activity-monitoring.md b/content/nap-dos/monitoring/live-activity-monitoring.md index fa88f1a2a..bd9df7724 100644 --- a/content/nap-dos/monitoring/live-activity-monitoring.md +++ b/content/nap-dos/monitoring/live-activity-monitoring.md @@ -113,8 +113,8 @@ To activate the API: } ``` -## Using the Dashboard -### Accessing the Dashboard +## Use the Dashboard +### Access the Dashboard To view the Dashboard, enter the corresponding address in your browser's address bar.
For example, "http://192.168.1.23/dashboard-dos.html" will show the Dashboard page located in /usr/share/nginx/html as indicated in the root directive. @@ -158,12 +158,12 @@ The displayed graph is a stacked composition, encompassing two specific metrics: - **Yellow**: Indicates the presence of either an active attack or diminished server health. - **Red**: Indicates a severe scenario, where the object is experiencing an attack combined with poor health. -### Configuring Dashboard Options +### Configure Dashboard Options You can configure the dashboard by clicking the Gear button in the Tabs menu.
**Update every N sec** - updates the Dashboard data after the specified number of seconds, default is 1 second.

-## Using the REST API +## Use the REST API Statistics of your server infrastructure can be managed with the REST API interface. The API is based on standard HTTP requests: statistics can be obtained with `GET` requests. The requests are sent in the JSON format that allows you to connect the stats to monitoring tools or dashboards that support JSON.