changed letsencrypt default
This commit is contained in:
parent
9097dea693
commit
837e8e0531
2 changed files with 2 additions and 2 deletions
|
|
@ -61,6 +61,6 @@ listen:
|
|||
backend: None
|
||||
|
||||
# Set ssl certs to letsencrypt paths and enable letsencrypt for this vhost
|
||||
letsencrypt: True
|
||||
letsencrypt: False
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue