Fix doc links (#1925)

* Fix documentation links
* Replace external-traffic annotation
* Update awesome_bot docker image
This commit is contained in:
Manuel Alejandro de Brito Fontes 2018-01-18 13:30:29 -02:00 committed by GitHub
parent b50cdc0256
commit 5a16a7aaa0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 11 additions and 12 deletions

View file

@ -286,7 +286,7 @@ type Configuration struct {
SSLECDHCurve string `json:"ssl-ecdh-curve,omitempty"`
// The secret that contains Diffie-Hellman key to help with "Perfect Forward Secrecy"
// https://www.openssl.org/docs/manmaster/apps/dhparam.html
// https://wiki.openssl.org/index.php/Manual:Dhparam(1)
// https://wiki.mozilla.org/Security/Server_Side_TLS#DHE_handshake_and_dhparam
// http://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_dhparam
SSLDHParam string `json:"ssl-dh-param,omitempty"`