-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Import snippet not working after bind #4570
Comments
https://caddyserver.com/docs/caddyfile/concepts#structure The reason you get that specific error is because Caddy reads |
why cant globaly bind to only 1 ip? i need to have different instance bound to different ip on local for testing purpose, i checked on the cli there is no options to only listen to specific ip also Update |
There will be |
thanks, but i will be more glad if it is in the documentation |
It will be with the release of v2.5.0 |
Hey there.. Random human here.. sorry to necrobump.. https://caddyserver.com/docs/caddyfile/options#default-bind Just spent a bunch of time trying to figure out why this doesn't work.. Nothing says.. "coming in 2.5.0" on the official docs.. The commit reads: default_bind tcp4/0.0.0.0 that syntax is also not shown in the official docs.. Thank you for your time.. |
The commit where it was merged is 1b7ff5d The release notes https://github.com/caddyserver/caddy/releases/tag/v2.5.0-rc.1 do say:
Docs are currently not versioned, we did push the v2.5.0 changes to the docs site early. See caddyserver/website#59
That section links to the |
Caddy Version: v2.4.6 h1:HGkGICFGvyrodcqOOclHKfvJC0qTU7vny/7FhYp9hNw=
but if i remove the bind
The text was updated successfully, but these errors were encountered: