Change certificate paths in nginx.conf
This commit is contained in:
2
roles/nginx/templates/snippets/self-signed.conf.j2
Normal file
2
roles/nginx/templates/snippets/self-signed.conf.j2
Normal file
@ -0,0 +1,2 @@
|
||||
ssl_certificate /etc/ssl/{{ base_domain }}.crt;
|
||||
ssl_certificate_key /etc/ssl/{{ base_domain }}.key;
|
Reference in New Issue
Block a user