moved ssl_stapling to main config
This commit is contained in:
parent
b926014bdf
commit
be5a9d8b8e
2 changed files with 3 additions and 5 deletions
|
|
@ -64,7 +64,5 @@ server {
|
|||
{% if vhost.letsencrypt|d(False) %}
|
||||
ssl_certificate /etc/ssl/nginx_{{ vhost_name }}.chain.crt;
|
||||
ssl_certificate_key /etc/ssl/private/nginx_{{ vhost_name }}.key;
|
||||
ssl_stapling_verify on;
|
||||
ssl_stapling on;
|
||||
{% endif %}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue