Revert "Allow disalow oscp and hsts by default"

This reverts commit 30ac3bbe60.
This commit is contained in:
Dryusdan 2024-03-29 20:59:21 +01:00
parent 30ac3bbe60
commit b08e60fe71
1 changed files with 0 additions and 4 deletions

View File

@ -13,11 +13,7 @@ ssl_certificate_key {{ item.ssl_certificate_key }};
{% endif %}
include /etc/nginx/conf.d/ssl.conf;
{% if item.disable_ocsp is defined and item.disable_ocsp is True %}
include /etc/nginx/conf.d/ocsp.conf;
{% endif %}
{% if item.disable_hsts is defined and item.disable_hsts is True %}
include /etc/nginx/conf.d/hsts.conf;
{% endif %}
{% endif %}