Skip to content

Commit

Permalink
fix: update Traefik configuration to enable HTTP/3 and set permanent …
Browse files Browse the repository at this point in the history
…redirect for websecure entry point
  • Loading branch information
francoism90 committed Nov 27, 2024
1 parent 10c5c61 commit addf461
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/podman/containers/systemd/traefik/config/traefik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ entryPoints:
entryPoint:
to: websecure
scheme: https
permanent: true
websecure:
address: ":443"
http3: {}
http3:
advertisedPort: 443

0 comments on commit addf461

Please sign in to comment.