fix naming for dhparams.pem file
This commit is contained in:
parent
d542bbd20d
commit
c237c41457
3 changed files with 3 additions and 3 deletions
|
@ -47,7 +47,7 @@ server {
|
|||
ssl_session_timeout ${NGINX_SSL_SESSION_TIMEOUT};
|
||||
ssl_session_cache ${NGINX_SSL_SESSION_CACHE};
|
||||
|
||||
ssl_dhparam /etc/nginx/ssl/dhparam.pem;
|
||||
ssl_dhparam /etc/nginx/ssl/dhparams.pem;
|
||||
|
||||
# intermediate configuration
|
||||
ssl_protocols ${NGINX_SSL_PROTOCOLS};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue