We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
caddy v2 seems to have this as a fucked up bind syntax: bind unix//run/caddy
bind unix//run/caddy
would be cool to have for, for example, use with cloudflared, but seems like it'll require a bunch of changes
The text was updated successfully, but these errors were encountered:
Should hopefully only need to change the bind directive parser and the listener creation in httpserver/server.go#Listen()
bind
httpserver/server.go#Listen()
Sorry, something went wrong.
Lemmmy
No branches or pull requests
caddy v2 seems to have this as a fucked up bind syntax:
bind unix//run/caddy
would be cool to have for, for example, use with cloudflared, but seems like it'll require a bunch of changes
The text was updated successfully, but these errors were encountered: