Guest User

Untitled

a guest
Jun 20th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. traefik.enable: 'true'
  2. traefik.app.backend: app
  3. traefik.app.frontend.redirect.entryPoint: https
  4. traefik.app.frontend.rule: 'Host: app.url'
  5. traefik.app.protocol: http
  6. traefik.app.port: '8080'
  7. traefik.support.backend: support
  8. traefik.support.protocol: https
  9. traefik.support.frontend.redirect.regex: ^https?://app.url/support/(.*)
  10. traefik.support.frontend.redirect.replacement: https://other.support.url
  11. traefik.support.port: '8080'
  12.  
  13. [entryPoints.https]
  14. address = ":443"
  15. [entryPoints.https.redirect]
  16. regex = "^https://app.url/support"
  17. replacement = "https://other.support.url"
Add Comment
Please, Sign In to add comment