fix subdomain server certificate path

fixes #10
This commit is contained in:
Szekeres Bálint
2018-03-11 18:12:19 +01:00
parent 9e0eb0095c
commit 6ff1b0eb71
2 changed files with 4 additions and 4 deletions

View File

@@ -142,8 +142,8 @@ server {
# SSL
include _ssl.conf;
ssl_certificate /etc/letsencrypt/live/{{ domain() }}/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/{{ domain() }}/privkey.pem;<!--
ssl_certificate {{ sslCertificate() }};
ssl_certificate_key {{ sslCertificateKey() }};<!--
✔ Let's Encrypt --><span ng-if="isCertLetsEncrypt()">
ssl_trusted_certificate /etc/letsencrypt/live/{{ domain() }}/fullchain.pem;</span></span>