Enable quic for Caddy.

This commit is contained in:
FireMasterK 2021-08-25 02:25:11 +05:30
parent 33a9c65b0b
commit b863f3bb0d
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD
2 changed files with 8 additions and 0 deletions

View File

@ -34,6 +34,7 @@ services:
ports:
- "80:80"
- "443:443"
- "443:443/udp"
volumes:
- ./config/Caddyfile:/etc/caddy/Caddyfile:ro
- caddy_data:/data

View File

@ -1,3 +1,10 @@
{
servers :443 {
protocol {
experimental_http3
}
}
}
FRONTEND_HOSTNAME {
reverse_proxy pipedfrontend:80