mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-09 21:52:13 +08:00
added commands block
This commit is contained in:
@@ -4,7 +4,6 @@ ssl_session_cache shared:SSL:50m;
|
||||
ssl_session_tickets off;
|
||||
|
||||
# Diffie-Hellman parameter for DHE ciphersuites
|
||||
# openssl dhparam -dsaparam -out /etc/nginx/dhparam.pem 4096
|
||||
ssl_dhparam /etc/nginx/dhparam.pem;
|
||||
|
||||
# intermediate configuration
|
||||
|
Reference in New Issue
Block a user