summaryrefslogtreecommitdiff
path: root/nginx
diff options
context:
space:
mode:
Diffstat (limited to 'nginx')
-rw-r--r--nginx/http.d/static.conf.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/nginx/http.d/static.conf.template b/nginx/http.d/static.conf.template
index a25d94f..4f80be2 100644
--- a/nginx/http.d/static.conf.template
+++ b/nginx/http.d/static.conf.template
@@ -6,8 +6,8 @@ server {
error_page 404 /index.html;
}
listen 443 ssl;
- ssl_certificate /etc/letsencrypt/live/${DOMAIN}/fullchain.pem;
- ssl_certificate_key /etc/letsencrypt/live/${DOMAIN}/privkey.pem;
+ ssl_certificate /etc/letsencrypt/live/${CERTNAME}/fullchain.pem;
+ ssl_certificate_key /etc/letsencrypt/live/${CERTNAME}/privkey.pem;
include /etc/letsencrypt/options-ssl-nginx.conf;
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem;
}