Page not found
Sorry, there's nothing at this address.
diff --git a/aspnetcore/host-and-deploy/linux-apache.md b/aspnetcore/host-and-deploy/linux-apache.md
index 73e8ee2780..7813ef32d9 100644
--- a/aspnetcore/host-and-deploy/linux-apache.md
+++ b/aspnetcore/host-and-deploy/linux-apache.md
@@ -5,7 +5,7 @@ description: Learn how to set up Apache as a reverse proxy server on CentOS to r
monikerRange: '>= aspnetcore-2.1'
ms.author: shboyer
ms.custom: mvc
-ms.date: 02/05/2020
+ms.date: 04/10/2020
uid: host-and-deploy/linux-apache
---
# Host ASP.NET Core on Linux with Apache
@@ -58,7 +58,7 @@ Because requests are forwarded by reverse proxy, use the [Forwarded Headers Midd
Any component that depends on the scheme, such as authentication, link generation, redirects, and geolocation, must be placed after invoking the Forwarded Headers Middleware. As a general rule, Forwarded Headers Middleware should run before other middleware except diagnostics and error handling middleware. This ordering ensures that the middleware relying on forwarded headers information can consume the header values for processing.
-Invoke the