Skip to content

Commit a15c3af

Browse files
authored
Merge branch 'main' into nim-nap-documentation
2 parents d4e1b06 + cb99920 commit a15c3af

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
title: "Overview"
33
weight: 100
4-
url: /nginx-one/agent/install-upgrade/
5-
---
4+
url: /nginx-one/agent/overview/
5+
---

content/nginxaas-azure/getting-started/nginx-configuration/overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ Some directives cannot be overridden by the user provided configuration.
7474

7575
## NGINX listen port restrictions
7676

77-
- Due to port restrictions on Azure Load Balancer health probes, ports `19`, `21`, `70`, and `119` are not allowed. The NGINXaaS deployment can listen on all other ports.
77+
- Due to port restrictions on Azure Load Balancer health probes, certain ports are not allowed for the `listen` directive in NGINX configuration. The following ports are blocked:
78+
- `19`, `21`, `70`, `119` - Azure health probe restricted ports
79+
- `49151`, `49153`, `5140`, `50000`, `54141`, `54779` - reserved ports to support other NGINXaaS features
7880

7981
- The [Basic]({{< ref "/nginxaas-azure/billing/overview.md#basic-plan" >}}) plan (and the deprecated Standard (v1) plan) supports a maximum of 5 listen ports in the NGINX configuration. Configurations that specify over 5 unique ports are rejected.
8082

content/nginxaas-azure/quickstart/upgrade-channels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Maintaining the latest version NGINX Plus, operating system (OS), and other soft
1515
{{<bootstrap-table "table table-striped table-bordered">}}
1616
| Channel | Description |
1717
|-------------|---------------------------|
18-
| preview | Selecting this channel automatically upgrades your deployment to the latest supported version of NGINX Plus and its dependencies soon after they become available. We recommend using this setting to try out new capabilities in deployments running in your development, testing, and staging environments. |
18+
| preview | Selecting this channel automatically upgrades your deployment to the latest supported version of NGINX Plus and its dependencies soon after they become available. We recommend using this setting to try out new capabilities in deployments running in your development, testing, and staging environments. Avoid using it in your production environment. |
1919
| stable | A deployment running on this channel will receive updates on NGINX Plus and its dependencies at a slower rate than the **Preview** channel. We recommend using this setting for production deployments where you might want stable features instead of the latest ones. This is the **default channel** if you do not specify one for your deployment. |
2020
{{</bootstrap-table>}}
2121

0 commit comments

Comments
 (0)