Files
bin
config
dockers
apikaz
cachet
cadvisor
castopod
cloud
collabora
dokuwiki
ethercalc
etherpad
framadate
gitea
grafana
imapsync
jirafeau
ldap
mastodon
mattermost
mobilizon
paheko
peertube
portainer
portainer_agent
postfix
postfix2
quotas
redis
roundcube
snappymail
sympa
traefik
conf
allow_ip.yml.dist
cert.yml.dist
conf.yml
docker-compose.tmpl.yml.dist
first.sh
proxy-gen.sh
translucid
vaultwarden
web
secret.tmpl
.dummy
.gitignore
LICENSE
README.md
KazV2/dockers/traefik/conf/conf.yml
2024-08-16 16:15:24 +02:00

18 lines
499 B
YAML

http:
middlewares:
hsts:
headers:
stsincludesubdomains: true
stspreload: true
stsseconds: 31536000 # 1 an
nextcloud-redirectregex1:
redirectregex:
permanent: true
regex: https?://([^/]*)/.well-known/(card|cal)dav
replacement: https://${1}/remote.php/dav/
nextcloud-redirectregex2:
redirectregex:
permanent: true
regex: https?://([^/]*)(/.well-known[^#]*)
replacement: https://${1}/index.php${2}