Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow specify host address and don't limit port (#8)
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.
- Loading branch information