summaryrefslogtreecommitdiff
path: root/roles/apps/coturn/templates/nginx-vhost.conf.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/apps/coturn/templates/nginx-vhost.conf.j2')
-rw-r--r--roles/apps/coturn/templates/nginx-vhost.conf.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/apps/coturn/templates/nginx-vhost.conf.j2 b/roles/apps/coturn/templates/nginx-vhost.conf.j2
index 0639fbe1..577c33b4 100644
--- a/roles/apps/coturn/templates/nginx-vhost.conf.j2
+++ b/roles/apps/coturn/templates/nginx-vhost.conf.j2
@@ -17,8 +17,8 @@ server {
include snippets/acmetool.conf;
include snippets/tls.conf;
- ssl_certificate /var/lib/acme/live/{{ coturn_hostnames[0] }}/fullchain;
- ssl_certificate_key /var/lib/acme/live/{{ coturn_hostnames[0] }}/privkey;
+ ssl_certificate {{ x509_certificate_path_fullchain }};
+ ssl_certificate_key {{ x509_certificate_path_key }};
include snippets/hsts.conf;
location / {