Skip to content

Commit 8a9f7fb

Browse files
Copilottdykstrawadepickett
authored
Fix broken Nginx installation link for Ubuntu (#36307)
* Initial plan * Fix broken Nginx installation links for Ubuntu Co-authored-by: tdykstra <[email protected]> * Apply suggestion from @wadepickett --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: tdykstra <[email protected]> Co-authored-by: Wade Pickett <[email protected]>
1 parent 1f7bfe5 commit 8a9f7fb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

aspnetcore/host-and-deploy/linux-nginx.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
22
title: Host ASP.NET Core on Linux with Nginx
3+
ai-usage: ai-assisted
34
author: tdykstra
45
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.
56
monikerRange: '>= aspnetcore-3.1'
67
ms.author: tdykstra
78
ms.custom: mvc, engagement-fy23, linux-related-content, sfi-ropc-nochange
8-
ms.date: 5/8/2023
9+
ms.date: 11/10/2025
910
uid: host-and-deploy/linux-nginx
1011
---
1112
# Host ASP.NET Core on Linux with Nginx
@@ -123,7 +124,7 @@ For more information, see <xref:host-and-deploy/proxy-load-balancer>.
123124

124125
# [Ubuntu](#tab/linux-ubuntu)
125126

126-
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).
127+
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).
127128

128129
# [Red Hat Enterprise Linux](#tab/linux-rhel)
129130

@@ -546,7 +547,7 @@ After upgrading the shared framework on the server, restart the ASP.NET Core app
546547
## Additional resources
547548

548549
* [Prerequisites for .NET on Linux](/dotnet/core/linux-prerequisites)
549-
* [Nginx: Binary Releases: Official Debian/Ubuntu packages](https://www.nginx.com/resources/wiki/start/topics/tutorials/install/#official-debian-ubuntu-packages)
550+
* [Nginx: Linux packages - Ubuntu](https://nginx.org/en/linux_packages.html#Ubuntu)
550551
* <xref:test/troubleshoot>
551552
* <xref:host-and-deploy/proxy-load-balancer>
552553
* [NGINX: Using the Forwarded header](https://www.nginx.com/resources/wiki/start/topics/examples/forwarded/)

0 commit comments

Comments
 (0)