[Traefik] Don't send stat, forgot comma in ciphers

This commit is contained in:
Quentin Duchemin 2020-09-04 14:05:08 +02:00
parent efdc2f01c2
commit 5f50b56e4f
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[global]
sendAnonymousUsage = true
sendAnonymousUsage = false
checkNewVersion = true
[entryPoints]

View File

@ -2,7 +2,7 @@
[tls.options.tls12]
minVersion = "VersionTLS12"
cipherSuites = [
"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA"
"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA",
"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384",
"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305",
"TLS_AES_256_GCM_SHA384",