fix: error message : run: adapting config using caddyfile: /etc/caddy/Caddyfile:5: unrecognized global option: servers (#118)

This commit is contained in:
Guillaume Ponty 2021-03-25 17:21:19 +01:00 committed by GitHub
parent cb77bd16f3
commit 9a27dd102f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
# Debug
{$DEBUG}
# HTTP/3 support
servers {
servers :443 {
protocol {
experimental_http3
}