Documentation Index
Fetch the complete documentation index at: https://mintlify.com/traefik/traefik/llms.txt
Use this file to discover all available pages before exploring further.
Middlewares
Tweaking the Request Attached to routers, pieces of middleware are a means of tweaking requests before they are sent to your service (or before the answer from the services are sent to the clients). There are several available middleware in Traefik. Some can modify the request, the headers, some are in charge of redirections, some add authentication, and so on. Middlewares that use the same protocol can be combined into chains to fit every scenario.Configuration Example
Available Middlewares
Traefik provides middlewares for both HTTP and TCP protocols:- HTTP Middlewares - Modify HTTP requests and responses
- TCP Middlewares - Control TCP connections