Template:Nginx SSL directives

From wikieduonline
Revision as of 14:35, 29 December 2019 by Welcome (talk | contribs)
Jump to navigation Jump to search
ssl_certificate /etc/nginx/ssl/example.pem;
ssl_certificate_key /etc/nginx/ssl/example.key;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_prefer_server_ciphers on; server ciphers should be preferred over client ciphers when using the SSLv3 and TLS protocols[1]
  1. http://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_prefer_server_ciphers
  2. Advertising: