Skip to content

Commit

Permalink
Added reference to #37
Browse files Browse the repository at this point in the history
  • Loading branch information
ckulka authored May 18, 2021
1 parent ff5eed6 commit 8cb1ae3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/docker-compose.ssl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ services:
traefik.enable: "true"
traefik.frontend.rule: "Host: dav.example.com"
traefik.port: 80
# Required for iOS, see https://github.com/ckulka/baikal-docker/issues/37
traefik.http.middlewares.baikal-dav.redirectregex.regex: "https://(.*)/.well-known/(card|cal)dav"
traefik.http.middlewares.baikal-dav.redirectregex.replacement: "https://$$1/dav.php/"
traefik.http.middlewares.baikal-dav.redirectregex.permanent: "true"
Expand Down

0 comments on commit 8cb1ae3

Please sign in to comment.