mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-04-05 12:22:09 +07:00
DH length 4096 -> 2048
This commit is contained in:
@@ -115,7 +115,7 @@ nginx_load_modules: []
|
|||||||
#
|
#
|
||||||
nginx_dh: null
|
nginx_dh: null
|
||||||
nginx_dh_path: '{{ nginx_ssl_dir }}/dhparam.pem'
|
nginx_dh_path: '{{ nginx_ssl_dir }}/dhparam.pem'
|
||||||
nginx_dh_length: 4096
|
nginx_dh_length: 2048
|
||||||
|
|
||||||
#
|
#
|
||||||
# acme.sh
|
# acme.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user