moved ssl_stapling to main config

This commit is contained in:
nd 2020-04-16 22:55:35 +02:00
parent b926014bdf
commit be5a9d8b8e
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9
2 changed files with 3 additions and 5 deletions

View file

@ -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 %}
}