15 lines
No EOL
629 B
YAML
15 lines
No EOL
629 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:
|
|
# Compress to save bandwidth
|
|
middlewares-compress:
|
|
compress: {}
|
|
|
|
-----------------------
|
|
middlewares-https-redirectscheme.yaml |