docker-apps/traefik/stacks/rules/http-middlewares-redirectscheme.yml
2025-04-03 22:57:52 +02:00

15 lines
655 B
YAML

################################################################
# Middlewares (https://github.com/htpcBeginner/docker-traefik/blob/master/appdata/traefik2/rules/cloudserver/middlewares.yml)
# 2024 update: https://github.com/htpcBeginner/docker-traefik/tree/master/appdata/traefik3/rules/hs
# https://www.smarthomebeginner.com/traefik-docker-compose-guide-2022/
#
# Dynamic configuration
################################################################
http:
middlewares:
# Middleware for Redirection
# This can be used instead of global redirection
http-mw-redirectScheme:
redirectscheme:
scheme: https
permanent: true