Skip to content

Commit

Permalink
create a dedicated section for serversTransport
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonDavis committed Dec 18, 2024
1 parent 5164e40 commit b44a303
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions compose/production/traefik/traefik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,16 @@ http:
loadBalancer:
servers:
- url: http://django:5000
serversTransport:
serverTimeout: "300s"

flower:
loadBalancer:
servers:
- url: http://flower:5555

serversTransport:
defaultTransport:
requestTimeout: 90s

providers:
# https://docs.traefik.io/master/providers/file/
file:
Expand Down

0 comments on commit b44a303

Please sign in to comment.