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
{ servers { protocols h1 h2 h3 } } https://youdomain.domain:443 { tls ***@***.com encode zstd gzip log { output file /var/log/caddywww.log } header { alt-svc h3=":443", ma=2592000 } root /your/root/ file_server handle_errors { @404 { expression {http.error.status_code} == 404 } handle @404 { rewrite * /404.html file_server } } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
检测可以支持H3
The text was updated successfully, but these errors were encountered: