Merge 'v1.3.5'

This commit is contained in:
Fernandez Ludovic 2017-08-01 19:32:44 +02:00
commit d456c2ce6a
23 changed files with 1833 additions and 138 deletions

View file

@ -38,6 +38,7 @@ func init() {
check.Suite(&AcmeSuite{})
check.Suite(&DynamoDBSuite{})
check.Suite(&ErrorPagesSuite{})
check.Suite(&WebsocketSuite{})
}
var traefikBinary = "../dist/traefik"