Update kestrel.md (#23495)

pull/23498/head
Rick Anderson 2021-10-08 06:02:24 -10:00 committed by GitHub
parent 65a1fb7d94
commit c36b0de142
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2875,7 +2875,7 @@ If possible, it's better for clients to utilize the [Expect: 100-continue](https
## Additional resources
* When using UNIX sockets on Linux, the socket is not automatically deleted on app shut down. For more information, see [this GitHub issue](https://github.com/dotnet/aspnetcore/issues/14134).
* When using UNIX sockets on Linux in .NET 5 and lower, the socket is not automatically deleted on app shut down. For more information, see [this GitHub issue](https://github.com/dotnet/aspnetcore/issues/14134).
* <xref:test/troubleshoot>
* <xref:security/enforcing-ssl>
* <xref:host-and-deploy/proxy-load-balancer>