From 6815ce5a3e68bc20095750b5d0293a37e559e3cf Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 7 Nov 2025 23:26:39 +0000 Subject: [PATCH 1/3] Initial plan From c10c1af4100005df7ac277b82c0a5a36d9072295 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 7 Nov 2025 23:30:32 +0000 Subject: [PATCH 2/3] Fix broken Nginx installation links for Ubuntu Co-authored-by: tdykstra <1569635+tdykstra@users.noreply.github.com> --- aspnetcore/host-and-deploy/linux-nginx.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/aspnetcore/host-and-deploy/linux-nginx.md b/aspnetcore/host-and-deploy/linux-nginx.md index a53206a24a31..9ceac87c986b 100644 --- a/aspnetcore/host-and-deploy/linux-nginx.md +++ b/aspnetcore/host-and-deploy/linux-nginx.md @@ -1,11 +1,12 @@ --- title: Host ASP.NET Core on Linux with Nginx +ai-usage: ai-assisted author: tdykstra description: Learn how to set up Nginx as a reverse proxy on Ubuntu, RHEL and SUSE to forward HTTP traffic to an ASP.NET Core web app running on Kestrel. monikerRange: '>= aspnetcore-3.1' ms.author: tdykstra ms.custom: mvc, engagement-fy23, linux-related-content, sfi-ropc-nochange -ms.date: 5/8/2023 +ms.date: 01/07/2025 uid: host-and-deploy/linux-nginx --- # Host ASP.NET Core on Linux with Nginx @@ -123,7 +124,7 @@ For more information, see . # [Ubuntu](#tab/linux-ubuntu) -Use `apt-get` to install Nginx. The installer creates a [`systemd`](https://systemd.io/) init script that runs Nginx as daemon on system startup. Follow the installation instructions for Ubuntu at [Nginx: Official Debian/Ubuntu packages](https://www.nginx.com/resources/wiki/start/topics/tutorials/install/#official-debian-ubuntu-packages). +Use `apt-get` to install Nginx. The installer creates a [`systemd`](https://systemd.io/) init script that runs Nginx as daemon on system startup. Follow the installation instructions for Ubuntu at [Nginx: Linux packages - Ubuntu](https://nginx.org/en/linux_packages.html#Ubuntu). # [Red Hat Enterprise Linux](#tab/linux-rhel) @@ -546,7 +547,7 @@ After upgrading the shared framework on the server, restart the ASP.NET Core app ## Additional resources * [Prerequisites for .NET on Linux](/dotnet/core/linux-prerequisites) -* [Nginx: Binary Releases: Official Debian/Ubuntu packages](https://www.nginx.com/resources/wiki/start/topics/tutorials/install/#official-debian-ubuntu-packages) +* [Nginx: Linux packages - Ubuntu](https://nginx.org/en/linux_packages.html#Ubuntu) * * * [NGINX: Using the Forwarded header](https://www.nginx.com/resources/wiki/start/topics/examples/forwarded/) From 1d7d228222b78d2e3e3919c867489c5c2d0cd68a Mon Sep 17 00:00:00 2001 From: Wade Pickett Date: Mon, 10 Nov 2025 08:30:36 -0800 Subject: [PATCH 3/3] Apply suggestion from @wadepickett --- aspnetcore/host-and-deploy/linux-nginx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/host-and-deploy/linux-nginx.md b/aspnetcore/host-and-deploy/linux-nginx.md index 9ceac87c986b..fc4a05efa46b 100644 --- a/aspnetcore/host-and-deploy/linux-nginx.md +++ b/aspnetcore/host-and-deploy/linux-nginx.md @@ -6,7 +6,7 @@ description: Learn how to set up Nginx as a reverse proxy on Ubuntu, RHEL and SU monikerRange: '>= aspnetcore-3.1' ms.author: tdykstra ms.custom: mvc, engagement-fy23, linux-related-content, sfi-ropc-nochange -ms.date: 01/07/2025 +ms.date: 11/10/2025 uid: host-and-deploy/linux-nginx --- # Host ASP.NET Core on Linux with Nginx