This commit is contained in:
Roxedus 2022-06-05 00:32:44 +02:00
parent 6ab0066f6d
commit ab6b9925be
Signed by: Roxedus
GPG Key ID: 9B4E311961C63639

View File

@ -355,11 +355,11 @@ traefik:
# Enable HTTP/3. # Enable HTTP/3.
# Requires enabling experimental http3 feature and tls. # Requires enabling experimental http3 feature and tls.
# Note that you cannot have a UDP entrypoint with the same port. # Note that you cannot have a UDP entrypoint with the same port.
http3: false http3: true
# Set TLS at the entrypoint # Set TLS at the entrypoint
# https://doc.traefik.io/traefik/routing/entrypoints/#tls # https://doc.traefik.io/traefik/routing/entrypoints/#tls
# tls: tls:
# enabled: true enabled: true
# # this is the name of a TLSOption definition # # this is the name of a TLSOption definition
# options: "" # options: ""
# certResolver: cf # certResolver: cf