Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc HTTP_PORTS, HTTPS_PORTS #27156

Closed
Tratcher opened this issue Sep 30, 2022 · 1 comment · Fixed by #28653
Closed

Doc HTTP_PORTS, HTTPS_PORTS #27156

Tratcher opened this issue Sep 30, 2022 · 1 comment · Fixed by #28653
Assignees
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

Comments

@Tratcher
Copy link
Member

Tratcher commented Sep 30, 2022

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.

@Tratcher Tratcher added the 8.0 .NET 8 label Sep 30, 2022
@dotnet-bot dotnet-bot added ⌚ Not Triaged Source - Docs.ms Docs Customer feedback via GitHub Issue labels Sep 30, 2022
@Rick-Anderson Rick-Anderson added doc-out-of-date Doc is out of date with the current version and removed ⌚ Not Triaged labels Sep 30, 2022
@Rick-Anderson
Copy link
Contributor

HTTP.sys web server implementation in ASP.NET Core so consider using an include used by both docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

4 participants