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

Allow specify host address and don't limit port #8

Merged
merged 1 commit into from
Jan 5, 2025
Merged

Conversation

xuhdev
Copy link
Member

@xuhdev xuhdev commented Jan 5, 2025

The user can be more flexible in specifying the host address based on https://caddyserver.com/docs/caddyfile/concepts#addresses

The http-only configuration may be desirable because some host platforms adds an https in front of the server and makes all internal traffic http.

The user can be more flexible in specifying the host address based on
https://caddyserver.com/docs/caddyfile/concepts#addresses

- example.com: both http and https
- http://example.com: http only
- https://example.com: https only

The http-only configuration may be desirable because some host platforms adds an
https in front of the server and makes all internal traffic http.
@xuhdev xuhdev enabled auto-merge (squash) January 5, 2025 20:24
@xuhdev xuhdev merged commit b82c1b1 into master Jan 5, 2025
2 checks passed
@xuhdev xuhdev deleted the host-address branch January 5, 2025 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant