Removed default Elliptic Curve Cryptography Public Key Algorithm for nginx

  In case `ssl_ecdh_curve` option un-defined explicitly, nginx
  sets option to `auto` mode. It allows auto-negotiation
  ECC between client and server.
  According to http://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_ecdh_curve

  It needed because chromium based browsers un-support
  secp521r1 Elliptic Curve Cryptography Public Key Algorithm.

Related-PROD: PROD-30636

Change-Id: If19d7eedc49a119b064def0b77f1024e2add7d6a
1 file changed