diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-07 09:10:34 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-07 09:10:58 +0100 |
| commit | 07fa302d4380e9fa98720476becc8e1f83e1eb9a (patch) | |
| tree | 48e8ebbe7864e13384c36ee2b13bbf87c878de1f /nginx/http.d | |
| parent | 4a2b27f54a11ebfa36bdd45542c7a20f9a560209 (diff) | |
tls.mk
Diffstat (limited to 'nginx/http.d')
| -rw-r--r-- | nginx/http.d/static.conf.template | 4 |
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; } |
