mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2026-05-16 04:47:41 +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:
|
||||
statusCodes:
|
||||
- "200-299" # log successful http requests
|
||||
- "300-399" # log redirect http requests
|
||||
- "400-599" # log failed http requests
|
||||
#retryAttempts: true
|
||||
#minDuration: "10ms"
|
||||
|
||||
Reference in New Issue
Block a user