Update TLS settings in nginx proxy
This commit is contained in:
@@ -10,6 +10,11 @@
|
||||
state: started
|
||||
enabled: true
|
||||
|
||||
- name: Generate DH Parameters
|
||||
openssl_dhparam:
|
||||
path: /etc/ssl/dhparams.pem
|
||||
size: 4096
|
||||
|
||||
- name: Install nginx base configuration
|
||||
template:
|
||||
src: nginx.conf.j2
|
||||
|
Reference in New Issue
Block a user