mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-01-05 08:57:05 +00:00
Update traefik.yml
add quic http3
This commit is contained in:
parent
82c3ec86fa
commit
434983b5b6
|
@ -77,6 +77,9 @@ entryPoints:
|
||||||
forwardedHeaders:
|
forwardedHeaders:
|
||||||
# Reuse list of Cloudflare Trusted IP's above for HTTPS requests
|
# Reuse list of Cloudflare Trusted IP's above for HTTPS requests
|
||||||
trustedIPs: *trustedIps
|
trustedIPs: *trustedIps
|
||||||
|
# enable HTTP3 QUIC via UDP/443
|
||||||
|
#http3:
|
||||||
|
# advertisedPort: '443'
|
||||||
http:
|
http:
|
||||||
tls:
|
tls:
|
||||||
# Generate a wildcard domain certificate
|
# Generate a wildcard domain certificate
|
||||||
|
|
Loading…
Reference in New Issue
Block a user