infrastructure/ansible/roles/traefik/files/file-provider-main.yml
Jake Howard b11dbfc829
Move traefik file provider to use directory rather than single file
This makes future composition possible
2020-12-22 15:53:03 +00:00

17 lines
278 B
YAML

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