Skip to content

Commit f8e6299

Browse files
authored
docs: Update blocked ports list for NGINXaaS Azure listen directive (#833)
* docs: update blocked ports list for NGINXaaS Azure listen directive and remove port usage details.
1 parent adba924 commit f8e6299

File tree

1 file changed

+3
-1
lines changed
  • content/nginxaas-azure/getting-started/nginx-configuration

1 file changed

+3
-1
lines changed

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

0 commit comments

Comments
 (0)