Skip to content

Commit 80dc4fb

Browse files
authored
fix: experimental_http3 moved under server.protocol to fix deprecation notice (#105)
1 parent 6cbb384 commit 80dc4fb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docker/caddy/Caddyfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2-
experimental_http3
2+
servers {
3+
protocol {
4+
experimental_http3
5+
}
6+
}
37
}
48

59
{$SERVER_NAME}

0 commit comments

Comments
 (0)