changed letsencrypt default

This commit is contained in:
nd 2019-02-11 01:35:26 +01:00
parent 9097dea693
commit 837e8e0531
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ server {
}
{% endif %}
{% if vhost.letsencrypt|d(True) %}
{% if vhost.letsencrypt|d(False) %}
ssl_certificate /etc/ssl/letsencrypt_{{ vhost_name }}_chained.crt;
ssl_certificate_key /etc/ssl/private/letsencrypt_{{ vhost_name }}.key;
ssl_trusted_certificate /etc/ssl/letsencrypt_full_chain.crt;