Doc HTTP_PORTS, HTTPS_PORTS #27156
Labels
8.0
.NET 8
doc-out-of-date
Doc is out of date with the current version
Source - Docs.ms
Docs Customer feedback via GitHub Issue
https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-8-preview-1/#http_ports-and-https_ports-config-support
dotnet/aspnetcore#44194
HTTP_PORTS=5000;5002
HTTPS_PORTS=5001;5003
This is new shorthand for listing on all IPs on these ports with the given protocol.
URLS=http://:5000;http://:5002;https://:5001;https://:5003
This is mainly for use with Kestrel, but it could also be used with HttpSys.
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: