Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/nginx-one/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: F5 NGINX One Console
description: The F5 NGINX One Console makes it easy to manage NGINX instances across locations and environments. The console lets you monitor and control your NGINX fleet from one place—you can check configurations, track performance metrics, identify security vulnerabilities, manage SSL certificates, and more.
description: F5 NGINX One Console makes it easy to manage NGINX instances across locations and environments. The console lets you monitor and control your NGINX fleet from one place—you can check configurations, track performance metrics, identify security vulnerabilities, manage SSL certificates, and more.
url: /nginx-one/
hasCustomContent: true
cascade:
Expand All @@ -12,7 +12,7 @@ cascade:
Simplify, scale, secure, and collaborate with your NGINX fleet
{{</ card >}}
{{< card title="Get started" >}}
See benefits from the NGINX One Console
See benefits from NGINX One Console
{{</ card >}}
{{< card title="Connect your instances" >}}
Work with data plane keys, containers, and proxy servers
Expand All @@ -29,7 +29,7 @@ cascade:
{{< card title="Organize users with RBAC" >}}
Assign responsibilities with role-based access control
{{</ card >}}
{{< card title="Automate with the NGINX One API" >}}
{{< card title="Automate with NGINX One API" >}}
Manage your NGINX fleet over REST
{{</ card >}}
{{< card title="Glossary" >}}
Expand Down
2 changes: 1 addition & 1 deletion content/nginx-one/metrics/enable-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ nd-content-type: tutorial
nd-product: NGINX-One
---

The NGINX One Console dashboard relies on APIs for NGINX Plus and NGINX Open Source Stub Status to report traffic and system metrics. The following sections show you how to enable those metrics.
NGINX One console dashboard relies on APIs for NGINX Plus and NGINX Open Source Stub Status to report traffic and system metrics. The following sections show you how to enable those metrics.

### Enable NGINX Plus API

Expand Down
2 changes: 1 addition & 1 deletion content/nginx-one/staged-configs/edit-staged-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This guide explains how to edit an existing Staged Configuration in your NGINX O

Before you edit a Staged Configuration, ensure:

- You have an NGINX One Console account with staged configuration permissions.```
- You have NGINX One Console account with staged configuration permissions.```

## View and edit a Staged Configuration
<!-- Possible future include, with similar files in config-sync-groups/, nginx-configs/, and staged-configs/ subdirectories -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ http {
#allow 10.0.0.0/8;
deny all;

# Enable the NGINX Plus API for metrics collection.
# Enable NGINX Plus API for metrics collection.
location /api {
api write=on;
access_log off;
Expand Down Expand Up @@ -1141,7 +1141,7 @@ http {
#allow 10.0.0.0/8;
deny all;

# Enable the NGINX Plus API for metrics collection.
# Enable NGINX Plus API for metrics collection.
location /api {
api write=on;
access_log off;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Some commands require `root` privilege. If appropriate for your environment, pre
<span id="nginx-oss"></span>
## Configuring NGINX Open Source for web serving

The steps in this section configure an NGINX Open Source instance as a web server to return a page like the following, which specifies the server name, address, and other information. The page is defined in the {{<nb>}}**demo-index.html**{{</nb>}} configuration file you create in Step 4 below.
The steps in this section configure NGINX Open Source instance as a web server to return a page like the following, which specifies the server name, address, and other information. The page is defined in the {{<nb>}}**demo-index.html**{{</nb>}} configuration file you create in Step 4 below.

<a href="/nginx/images/aws-nlb-app1.png"><img src="/nginx/images/aws-nlb-app1.png" alt="" width="1024" height="491" class="aligncenter size-full wp-image-54839" style="border:2px solid #666666; padding:2px; margin:2px;" /></a>

Expand Down