mirror of
https://github.com/bashclub/zamba-lxc-toolbox.git
synced 2025-06-16 06:27:01 +02:00
Fix dhparams path
This commit is contained in:
@ -187,7 +187,7 @@ server {
|
||||
ssl_prefer_server_ciphers on;
|
||||
#
|
||||
# ssl_dhparam require you to create a dhparam.pem, this takes a long time
|
||||
ssl_dhparam /etc/ssl/certs/dhparam.pem;
|
||||
ssl_dhparam /etc/nginx/dhparam.pem;
|
||||
#
|
||||
|
||||
# add headers
|
||||
|
Reference in New Issue
Block a user