Merge 'v1.3.5'

This commit is contained in:
Fernandez Ludovic
2017-08-01 19:32:44 +02:00
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"