Fix broken links in the docs

This commit is contained in:
Manuel de Brito Fontes 2018-04-26 21:39:37 -03:00 committed by Travis Bot
parent e35a7d20a3
commit 4ddedd41a6
No known key found for this signature in database
GPG key ID: 786136016A8BA02A
6 changed files with 7 additions and 7 deletions

View file

@ -303,7 +303,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://wiki.openssl.org/index.php/Manual:Dhparam(1)
// https://wiki.openssl.org/index.php/Diffie-Hellman_parameters
// 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"`