Skip to content

Commit

Permalink
Fix well-known/caldav and well-known/carddav (see nextcloud/server#11850
Browse files Browse the repository at this point in the history
)
  • Loading branch information
crazy-max committed Dec 10, 2018
1 parent a78f787 commit f444767
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ services:
- "traefik.backend=nextcloud"
- "traefik.port=80"
- "traefik.frontend.rule=Host:nextcloud.example.com"
- "traefik.frontend.redirect.permanent=true"
- "traefik.frontend.redirect.regex=https://(.*)/.well-known/(card|cal)dav"
- "traefik.frontend.redirect.replacement=https://$$1/remote.php/dav/"
env_file:
- "./nextcloud.env"
restart: always
Expand Down

0 comments on commit f444767

Please sign in to comment.