Skip to content

Commit

Permalink
Removes experimental_http3 as now standard
Browse files Browse the repository at this point in the history
The experimental_http3 server protocol option is now failing in
Caddyfile as the option has been removed.

HTTP/3 support is now standard.

See caddyserver/caddy#4707
  • Loading branch information
toby-griffiths committed Sep 21, 2022
1 parent b61e086 commit f4b45d4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions api/docker/caddy/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
{$DEBUG}
# HTTP/3 support
servers {
protocol {
experimental_http3
}
}
}

Expand Down

0 comments on commit f4b45d4

Please sign in to comment.