Adding CentOS EOL caution (#32307)

pull/32309/head
Rayo Flores 2024-04-12 05:34:39 -06:00 committed by GitHub
parent 521d251b2e
commit 8ff56b4c1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,9 @@ uid: blazor/host-and-deploy/webassembly
This article explains how to host and deploy Blazor WebAssembly using ASP.NET Core, Content Delivery Networks (CDN), file servers, and GitHub Pages.
> [!CAUTION]
> This article references CentOS, a Linux distribution that's nearing End Of Life (EOL) status. Please consider your use and plan accordingly. For more information, see the [CentOS End Of Life guidance](/azure/virtual-machines/workloads/centos/centos-end-of-life).
With the [Blazor WebAssembly hosting model](xref:blazor/hosting-models#blazor-webassembly):
* The Blazor app, its dependencies, and the .NET runtime are downloaded to the browser in parallel.

View File

@ -14,6 +14,9 @@ By [Shayne Boyer](https://github.com/spboyer)
Using this guide, learn how to set up [Apache](https://httpd.apache.org/) as a reverse proxy server on [CentOS 7](https://www.centos.org/) to redirect HTTP traffic to an ASP.NET Core web app running on [Kestrel](xref:fundamentals/servers/kestrel) server. The [mod_proxy extension](https://httpd.apache.org/docs/2.4/mod/mod_proxy.html) and related modules create the server's reverse proxy.
> [!CAUTION]
> This article references CentOS, a Linux distribution that's nearing End Of Life (EOL) status. Please consider your use and plan accordingly. For more information, see the [CentOS End Of Life guidance](/azure/virtual-machines/workloads/centos/centos-end-of-life).
## Prerequisites
* Server running CentOS 7 with a standard user account with sudo privilege.