Skip to content

redirection

redirection always redirects and does not call the next middleware.

yaml
server:
  http:
    middlewares:
      to_docs:
        redirection:
          url: /docs/
          permanent: true
FieldDefaultDescription
url/Redirect target.
permanentfalseUse 308 Permanent Redirect instead of 307 Temporary Redirect.