Update linux-nginx.md (#21182)

* Update linux-nginx.md

* Update linux-nginx.md

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

* Update aspnetcore/host-and-deploy/linux-nginx.md
pull/21703/head
Rick Anderson 2021-03-04 18:22:13 -10:00 committed by GitHub
parent 0d82f81f27
commit f0724a496e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 7 deletions

View File

@ -29,13 +29,9 @@ This guide:
## Prerequisites
1. Access to an Ubuntu 16.04 server with a standard user account with sudo privilege.
1. Install the .NET Core runtime on the server.
1. Visit the [Download .NET Core page](https://dotnet.microsoft.com/download/dotnet-core).
1. Select the latest non-preview .NET Core version.
1. Download the latest non-preview runtime in the table under **Run apps - Runtime**.
1. Select the Linux **Package manager instructions** link and follow the Ubuntu instructions for your version of Ubuntu.
1. An existing ASP.NET Core app.
* Access to an Ubuntu 16.04 server with a standard user account with sudo privilege.
* The latest non-preview [.NET runtime installed](/dotnet/core/install/linux) on the server.
* An existing ASP.NET Core app.
At any point in the future after upgrading the shared framework, restart the ASP.NET Core apps hosted by the server.