Move traefik file provider to use directory rather than single file

This makes future composition possible
This commit is contained in:
Jake Howard
2020-12-22 15:53:03 +00:00
parent 0353887590
commit b11dbfc829
3 changed files with 11 additions and 4 deletions

View File

@ -0,0 +1,16 @@
http:
middlewares:
tls-redirect:
redirectScheme:
scheme: https
compress:
compress: {}
routers:
tls-redirect:
service: ping@internal
rule: PathPrefix(`/`)
entryPoints:
- web
middlewares:
- tls-redirect