Update kestrel.md (#12538)
parent
a065bae9ef
commit
beb830ae76
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue