traefik/docs/user-guide
Ben Parli c9d23494b9 Add IdleConnTimeout to Traefik's http.server settings (#1340)
* Add IdleTimeout setting to http.server

Without such a timeout there is a risk of resource leakage from piling up connections, particularly when exposing Traefik to the Internet.

Set the default to be 180 seconds

* Add IdleConnTimeout to Traefik's http.server settings

Without enforcing a timeout Traefik is susceptible to resource leakage, particularly when deployed as a public facing proxy exposed to the Internet.

Set the default to be 180 seconds

* tweak

* Update configuration.go

* add some documentation for the idletimeout setting

* need to cast idletimeout

* update doc to refect format specifics
2017-04-04 11:36:23 +02:00
..
cluster.md Add documentation 2016-09-30 12:29:39 +02:00
examples.md Add IdleConnTimeout to Traefik's http.server settings (#1340) 2017-04-04 11:36:23 +02:00
kubernetes.md Adding support for Traefik to respect the K8s ingress class annotation (#1182) 2017-03-03 20:30:22 +01:00
kv-config.md s/Hopefully/Fortunately/ 2017-03-21 22:44:54 +01:00
swarm-mode.md Added service name to dockerData struct. 2017-02-06 14:44:25 +01:00
swarm.md Add documentation for Træfik on docker swarm mode 2016-10-06 15:48:23 +02:00