Equivalent of Apache "timeout" whe forwarding to a backend

Hello,

I'm using Traefik 1.7.13 with a consul KV store for my configuration.

I want Traefik to break the connection to the backend after a certain amount of time.

To simplify: Apache already does exactly what I need with this config:

ProxyPass "/example" "http://backend.example.com" connectiontimeout=5 timeout=30

How can I do this with Traefik ?

I have found this in the docs: https://docs.traefik.io/configuration/commons/#forwarding-timeouts
But I'm not sure it does what I need.
If yes, can someone give me a configuration example on Consul please ? (I've tried to set it up with no luck :-/ )

Thank you for your help

Best regards

Hi guys,
Is there someone who vould help me on this ?
I can't believe I am the first in need of this feature :wink:

Thank you for your appreciated help

Regards

Does someone have an idea how to do this ?