We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 164c56e commit 6c61294Copy full SHA for 6c61294
globals/ssl.conf
@@ -26,8 +26,8 @@ ssl_stapling_verify on;
26
27
#### Diffie-Hellman for DHE ciphersuites, recommended 2048 bits
28
#### 2015 Guide to Deploying Diffie-Hellman for TLS https://weakdh.org/sysadmin.html
29
-#### generate like: `openssl dhparam -out /etc/nginx/ssl/dhparams.pem 2048
30
-ssl_dhparam /etc/nginx/ssl/dhparams.pem;
+#### generate it with: openssl dhparam -out /etc/nginx/dhparams.pem 2048
+ssl_dhparam /etc/nginx/dhparams.pem;
31
32
#### Disable support for SSLv2 and SSLv3 and enable support for TLS, explicitly
33
#### allow/disallow specific ciphers in the given order
0 commit comments