mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2026-05-16 21:07:38 +02:00
Add filter for redirect HTTP requests in Traefik config
Some checks failed
CI / validateComposeSyntax (push) Failing after 3s
Some checks failed
CI / validateComposeSyntax (push) Failing after 3s
This commit is contained in:
@@ -37,6 +37,7 @@ accessLog:
|
|||||||
filters:
|
filters:
|
||||||
statusCodes:
|
statusCodes:
|
||||||
- "200-299" # log successful http requests
|
- "200-299" # log successful http requests
|
||||||
|
- "300-399" # log redirect http requests
|
||||||
- "400-599" # log failed http requests
|
- "400-599" # log failed http requests
|
||||||
#retryAttempts: true
|
#retryAttempts: true
|
||||||
#minDuration: "10ms"
|
#minDuration: "10ms"
|
||||||
|
|||||||
Reference in New Issue
Block a user