From beb830ae76e57de2272a4bade6a6b72e2ba282ad Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Fri, 24 May 2019 16:29:36 -1000 Subject: [PATCH] Update kestrel.md (#12538) --- aspnetcore/fundamentals/servers/kestrel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/fundamentals/servers/kestrel.md b/aspnetcore/fundamentals/servers/kestrel.md index d8c44530e8..e8da2aaccd 100644 --- a/aspnetcore/fundamentals/servers/kestrel.md +++ b/aspnetcore/fundamentals/servers/kestrel.md @@ -63,7 +63,7 @@ HTTP/2 is disabled by default. For more information on configuration, see the [K ## When to use Kestrel with a reverse proxy -You can use Kestrel by itself or with a *reverse proxy server*, such as [Internet Information Services (IIS)](https://www.iis.net/), [Nginx](http://nginx.org), or [Apache](https://httpd.apache.org/). A reverse proxy server receives HTTP requests from the network and forwards them to Kestrel. +Kestrel can be used by itself or with a *reverse proxy server*, such as [Internet Information Services (IIS)](https://www.iis.net/), [Nginx](http://nginx.org), or [Apache](https://httpd.apache.org/). A reverse proxy server receives HTTP requests from the network and forwards them to Kestrel. Kestrel used as an edge (Internet-facing) web server: