Surface Web Host configuration in WS topic (#7843)
parent
83e516cf6a
commit
81f7708d03
|
@ -215,8 +215,9 @@ If the custom `WebHostService` code requires a service from dependency injection
|
|||
|
||||
## Proxy server and load balancer scenarios
|
||||
|
||||
Services that interact with requests from the Internet or a corporate network and are behind a proxy or load balancer might require additional configuration. For more information, see [Configure ASP.NET Core to work with proxy servers and load balancers](xref:host-and-deploy/proxy-load-balancer).
|
||||
Services that interact with requests from the Internet or a corporate network and are behind a proxy or load balancer might require additional configuration. For more information, see <xref:host-and-deploy/proxy-load-balancer>.
|
||||
|
||||
## Kestrel endpoint configuration
|
||||
## Additional resources
|
||||
|
||||
For information on Kestrel endpoint configuration, including HTTPS configuration and SNI support, see [Kestrel endpoint configuration](xref:fundamentals/servers/kestrel#endpoint-configuration).
|
||||
* [Kestrel endpoint configuration](xref:fundamentals/servers/kestrel#endpoint-configuration) (includes HTTPS configuration and SNI support)
|
||||
* <xref:fundamentals/host/web-host>
|
||||
|
|
Loading…
Reference in New Issue