Update TLS settings in nginx proxy

This commit is contained in:
2022-08-27 18:56:12 -04:00
parent 4f4a341b05
commit b9f9b0bf3c
3 changed files with 22 additions and 5 deletions

View File

@@ -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