Fix broken Nginx installation link for Ubuntu #36307
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #36263
The link to Nginx installation instructions for Ubuntu was redirecting to the Nginx documentation homepage instead of the installation guide.
Changes
nginx.com/resources/wikiURL to officialnginx.org/en/linux_packages.html#Ubuntuai-usage: ai-assistedand updatedms.dateto01/07/2025The old URL
https://www.nginx.com/resources/wiki/start/topics/tutorials/install/#official-debian-ubuntu-packageshas been broken since May 2024. The new URL points to the official Nginx Linux packages page maintained at nginx.org.Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
nginx.orgcurl -I -L REDACTED(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
This section details on the original issue you should resolve
<issue_title>Host ASP.NET Core on Linux with Nginx : fix the installation instructions link for Ubuntu</issue_title>
<issue_description>### Description
The link Nginx: Official Debian/Ubuntu packages redirects to the Nginx documentation homepage (https://docs.nginx.com/).
This issue seems to date back to around May 2024 (see https://web.archive.org/web/20240513122843/https://www.nginx.com/resources/wiki/start/topics/tutorials/install/#official-debian-ubuntu-packages).
Page URL
https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/linux-nginx?view=aspnetcore-9.0&tabs=linux-ubuntu
Content source URL
https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/host-and-deploy/linux-nginx.md
Document ID
815fe034-c9fc-aee3-a8b5-f2e860b30302
Platform Id
b6e25b01-256b-fd9a-838c-ad7de2de561a
Article author
@tdykstra
Metadata
Related Issues</issue_description>
Comments on the Issue (you are @copilot in this section)
@wadepickett @lamereactor, thanks for taking the time to call this out. Very appreciated. @wadepickett AI analysis test run by wadepickett verify-issue-set-course-of-action_v.02 Model: GPT-4.1 ---------------- # Issue Analysis: Incorrect/Outdated Nginx Installation LinkIssue Summary
This is a valid issue. The documentation for "Host ASP.NET Core on Linux with Nginx" on Ubuntu references the link Nginx: Official Debian/Ubuntu packages, which now redirects to the Nginx documentation homepage instead of specific installation instructions. This may cause confusion or a broken workflow for users seeking to install Nginx on Ubuntu or Debian.
Scope and Article Intent
monikerRangeline 5), and mentions using the latest stable .NET runtime (line 34).Target .NET and Visual Studio Version
What Should Be Changed
Files and Line Numbers
aspnetcore/host-and-deploy/linux-nginx.mdSpecific Lines to Update
1. Installation Instructions (Ubuntu)
Current (line ~126):
Recommended Fix:
2. Additional Resources (line ~549)
Current:
Recommended Fix:
Summary Table
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.
Internal previews