Change certificate paths in nginx.conf

This commit is contained in:
2021-05-14 22:46:41 +02:00
parent f1f28a80f1
commit 979027e192
2 changed files with 5 additions and 2 deletions

View File

@ -0,0 +1,2 @@
ssl_certificate /etc/ssl/{{ base_domain }}.crt;
ssl_certificate_key /etc/ssl/{{ base_domain }}.key;