Skip to content

Commit 9a27dd1

Browse files
authored
fix: error message : run: adapting config using caddyfile: /etc/caddy/Caddyfile:5: unrecognized global option: servers (#118)
1 parent cb77bd1 commit 9a27dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/caddy/Caddyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Debug
33
{$DEBUG}
44
# HTTP/3 support
5-
servers {
5+
servers :443 {
66
protocol {
77
experimental_http3
88
}

0 commit comments

Comments
 (0)