[Traefik] Don't send stat, forgot comma in ciphers
This commit is contained in:
parent
efdc2f01c2
commit
5f50b56e4f
|
@ -1,5 +1,5 @@
|
|||
[global]
|
||||
sendAnonymousUsage = true
|
||||
sendAnonymousUsage = false
|
||||
checkNewVersion = true
|
||||
|
||||
[entryPoints]
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user