Skip to content

Instantly share code, notes, and snippets.

@ivorscott
Created June 5, 2020 08:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivorscott/f6a9510c9f83f9ba65eae2e024261aed to your computer and use it in GitHub Desktop.
Save ivorscott/f6a9510c9f83f9ba65eae2e024261aed to your computer and use it in GitHub Desktop.
- "traefik.http.routers.http-catchall.rule=hostregexp(`{host:.+}`)"
- "traefik.http.routers.http-catchall.entrypoints=web"
- "traefik.http.routers.http-catchall.middlewares=redirect-to-https@docker"
- "traefik.http.middlewares.redirect-to-https.redirectscheme.scheme=https"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment