Skip to content

Commit

Permalink
Removes experimental_http3 as now standard (#2266)
Browse files Browse the repository at this point in the history
* Removes experimental_http3 as now standard

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

* Removes entire server block & comment

This block is now, no longer required.
  • Loading branch information
toby-griffiths committed Sep 21, 2022
1 parent 087d143 commit 2e37251
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions api/docker/caddy/Caddyfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
{
# Debug
{$DEBUG}
# HTTP/3 support
servers {
protocol {
experimental_http3
}
}
}

{$SERVER_NAME}
Expand Down

0 comments on commit 2e37251

Please sign in to comment.