Skip to content

Commit

Permalink
Link to supported OSes (dotnet#8423)
Browse files Browse the repository at this point in the history
  • Loading branch information
guardrex authored and scottaddie committed Sep 6, 2018
1 parent 7312085 commit 7ca977b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aspnetcore/host-and-deploy/linux-nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ By [Sourabh Shirhatti](https://twitter.com/sshirhatti)

This guide explains setting up a production-ready ASP.NET Core environment on an Ubuntu 16.04 server. These instructions likely work with newer versions of Ubuntu, but the instructions haven't been tested with newer versions.

For information on other Linux distributions supported by ASP.NET Core, see [Prerequisites for .NET Core on Linux](/dotnet/core/linux-prerequisites).

> [!NOTE]
> For Ubuntu 14.04, *supervisord* is recommended as a solution for monitoring the Kestrel process. *systemd* isn't available on Ubuntu 14.04. For Ubuntu 14.04 instructions, see the [previous version of this topic](https://github.com/aspnet/Docs/blob/e9c1419175c4dd7e152df3746ba1df5935aaafd5/aspnetcore/publishing/linuxproduction.md).
Expand Down Expand Up @@ -377,6 +379,7 @@ Add the line `add_header X-Content-Type-Options "nosniff";` and save the file, t

## Additional resources

* [Prerequisites for .NET Core 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)
* [Configure ASP.NET Core to work with proxy servers and load balancers](xref:host-and-deploy/proxy-load-balancer)
* [NGINX: Using the Forwarded header](https://www.nginx.com/resources/wiki/start/topics/examples/forwarded/)

0 comments on commit 7ca977b

Please sign in to comment.