Skip to content

Commit fd8fe65

Browse files
authored
fix: updating tech specs table for NIM to support ubuntu24 (#204)
* fix: updating tech specs table for NIM to support ubuntu24 * fix: addressed review comments
1 parent 60bdf35 commit fd8fe65

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/includes/nim/tech-specs/supported-distros.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The following table lists the Linux distributions supported by NGINX Instance Ma
1313
| Debian | 11<hr>12 | x86_64<hr>x86_64 | Supported<hr>Supported on 2.13.0+ | Supported<hr>Supported |
1414
| Oracle Linux | 7.4 and later in the 7.x family<hr>8.0 and later in the 8.x family | x86_64<hr>x86_64 | Supported<hr>Supported on 2.6.0+ | Supported<hr>Supported |
1515
| RHEL | 7.4 and later in the 7.x family<hr>8.x and later in the 8.x family<hr>9.x and later in the 9.x family | x86_64<hr>x86_64<hr>x86_64 | **Support discontinued as of 2.17.0**<hr>Supported<hr>Supported on 2.6.0+ | Supported<hr>Supported<hr>Supported |
16-
| Ubuntu | 20.04<hr>22.04 | x86_64<hr>x86_64 | Supported<hr>Supported on 2.3.0+ | Supported<hr>Supported |
16+
| Ubuntu | 20.04<hr>22.04<hr>24.04 | x86_64<hr>x86_64<hr>x86_64 | Supported<hr>Supported on 2.3.0+<hr>Supported on 2.18.0+ | Supported<hr>Supported<hr>Supported |
1717

1818
{{</bootstrap-table>}}
1919

content/nginx/deployment-guides/amazon-web-services/high-availability-network-load-balancer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ The deployed solution in these instructions uses six EC2 instances. Two instance
248248

249249
*Step‑by‑step* instructions for creating EC2 instances and installing NGINX Open Source and NGINX Plus are available. Refer to our deployment guide, [Creating Amazon EC2 Instances for NGINX Open Source and NGINX Plus]({{< ref "/nginx/deployment-guides/amazon-web-services/ec2-instances-for-nginx.md" >}}).
250250

251-
{{< note >}} When installing NGINX Open Source or NGINX Plus, you connect to each instance over SSH. To save time, leave the SSH connection to each instance open after installing the software. This way, you can reuse the connection when configuring the instance. {{< note >}}
251+
{{< note >}} When installing NGINX Open Source or NGINX Plus, you connect to each instance over SSH. To save time, leave the SSH connection to each instance open after installing the software. This way, you can reuse the connection when configuring the instance. {{< /note >}}
252252

253253
Assign the following names to the instances, then install the indicated NGINX software. The screenshot below shows the resulting **Instances** table.
254254

@@ -303,7 +303,7 @@ You can automate set up of the six instances described in these instructions. Au
303303

304304
These scripts also create a new set of networking rules and security group settings. These rules and settings help avoid conflicts with any pre‑existing network settings. After you run the scripts, continue to the [instructions for creating an AWS NLB](#nlb-configure). No further setup is required.
305305

306-
{{< note >}} These scripts also create a new VPC. They do not use the default VPC described in the [instructions in our Deployment Guide]({{< ref "/nginx/deployment-guides/amazon-web-services/ec2-instances-for-nginx.md >}}). {{< /note >}}
306+
{{< note >}} These scripts also create a new VPC. They do not use the default VPC described in the [instructions in our Deployment Guide]({{< ref "/nginx/deployment-guides/amazon-web-services/ec2-instances-for-nginx.md" >}}). {{< /note >}}
307307

308308
To run the scripts, follow these instructions:
309309

0 commit comments

Comments
 (0)