Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ To allow NGINX Instance Manager to report usage data to F5, make sure port `443`

### Configure NGINX Plus to report usage to NGINX Instance Manager

To configure NGINX Plus (R33 and later) to report usage data to NGINX Instance Manger:
To configure NGINX Plus (R33 and later) to report usage data to NGINX Instance Manager:

{{< include "licensing-and-reporting/configure-nginx-plus-report-to-nim.md" >}}

Expand Down Expand Up @@ -74,4 +74,4 @@ If you prefer submitting usage reports to F5 manually, follow these steps:

## Error log location and monitoring {#log-monitoring}

{{< include "licensing-and-reporting/log-location-and-monitoring.md" >}}
{{< include "licensing-and-reporting/log-location-and-monitoring.md" >}}
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ To install NGINX Instance Manager, you need to add the official repository to pu
{{<tabs name="upgrade_nim">}}
{{%tab name="CentOS, RHEL, RPM-Based"%}}

1. To upgrade to the latest version of the Instance Manger, run the following command:
1. To upgrade to the latest version of the Instance Manager, run the following command:

```bash
sudo yum update -y nms-instance-manager
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Before submitting usage data to F5, first configure NGINX Plus to report telemet

### Configure NGINX Plus to report usage to NGINX Instance Manager

To configure NGINX Plus (R33 and later) to report usage data to NGINX Instance Manger:
To configure NGINX Plus (R33 and later) to report usage data to NGINX Instance Manager:

{{< include "licensing-and-reporting/configure-nginx-plus-report-to-nim.md" >}}

Expand Down Expand Up @@ -182,4 +182,4 @@ To upload the the usage acknowledgement:

## Error log location and monitoring {#log-monitoring}

{{< include "licensing-and-reporting/log-location-and-monitoring.md" >}}
{{< include "licensing-and-reporting/log-location-and-monitoring.md" >}}
2 changes: 1 addition & 1 deletion content/nim/system-configuration/secure-traffic.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ To generate the necessary certificates, follow these steps. You can modify these
}

make_server() {
echo "Creating nginx-manger certificate and key"
echo "Creating nginx-manager certificate and key"
openssl req \
-new \
-nodes \
Expand Down
2 changes: 1 addition & 1 deletion content/nms/acm/tutorials/aws-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ Follow the steps in the [Set Up a Developer Portal Environment]({{< ref "/nms/ac

## Terminal Access Using Session Manager (Optional) {#session-manager}

AWS allows you to enable SSH traffic to a specific Source IP Address which is much safer than exposing it to everyone on the internet. Even though exposing it to one IP may be good enough, it might not be sufficient for your company policy. It is possible to completely disable SSH traffic yet still have terminal access to your EC2 Instances. There are different ways of doing this, and one way covered here is using [AWS System Manager Session Manger](https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager.html).
AWS allows you to enable SSH traffic to a specific Source IP Address which is much safer than exposing it to everyone on the internet. Even though exposing it to one IP may be good enough, it might not be sufficient for your company policy. It is possible to completely disable SSH traffic yet still have terminal access to your EC2 Instances. There are different ways of doing this, and one way covered here is using [AWS System Manager Session Manager](https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager.html).

There are two methods of gaining terminal access via Session Manager:

Expand Down
2 changes: 1 addition & 1 deletion content/solutions/about-subscription-licenses.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ In environments where NGINX Plus instances cannot access the internet, you'll ne

#### Configure NGINX Plus to report usage to NGINX Instance Manager

To configure NGINX Plus R33 or later to report usage data to NGINX Instance Manger:
To configure NGINX Plus R33 or later to report usage data to NGINX Instance Manager:

{{< include "licensing-and-reporting/configure-nginx-plus-report-to-nim.md" >}}

Expand Down
Loading