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 file:
example.com { bind unix/@test respond 200 }
v2.8.4:
2025/01/02 07:48:51.750 INFO using config from file {"file": "./Caddyfile"} 2025/01/02 07:48:51.752 INFO adapted config to JSON {"adapter": "caddyfile"} 2025/01/02 07:48:51.752 WARN admin admin endpoint disabled 2025/01/02 07:48:51.752 INFO http.auto_https enabling automatic HTTP->HTTPS redirects {"server_name": "srv0"} 2025/01/02 07:48:51.752 INFO tls.cache.maintenance started background certificate maintenance {"cache": "0xc00063e280"} 2025/01/02 07:48:51.752 WARN http HTTP/3 disabled because Unix can't multiplex STREAM and DGRAM on same socket {"file": "@test"} 2025/01/02 07:48:51.752 INFO http.log server running {"name": "srv0", "protocols": ["h1", "h2"]} 2025/01/02 07:48:51.752 INFO http enabling automatic TLS certificate management {"domains": ["example.com"]} 2025/01/02 07:48:51.754 INFO tls.obtain acquiring lock {"identifier": "example.com"}
v2.9.0
2025/01/02 07:49:31.545 INFO using config from file {"file": "./Caddyfile"} 2025/01/02 07:49:31.547 INFO adapted config to JSON {"adapter": "caddyfile"} 2025/01/02 07:49:31.548 WARN admin admin endpoint disabled 2025/01/02 07:49:31.548 INFO http.auto_https enabling automatic HTTP->HTTPS redirects {"server_name": "srv0"} 2025/01/02 07:49:31.548 INFO tls.cache.maintenance started background certificate maintenance {"cache": "0xc000592480"} 2025/01/02 07:49:31.548 INFO http enabling HTTP/3 listener {"addr": "@test"} Error: loading initial config: loading new config: http app module: start: starting HTTP/3 QUIC listener: network 'unix' cannot handle HTTP/3 connections
The text was updated successfully, but these errors were encountered:
@mholt May I take this issue?
Sorry, something went wrong.
PRs are always welcome 👍
Successfully merging a pull request may close this issue.
Caddy file:
v2.8.4:
v2.9.0
The text was updated successfully, but these errors were encountered: