feat: added optional cache

This commit is contained in:
sujiba 2024-10-02 15:00:01 +02:00
parent abdfa98e96
commit e9809d5857

View file

@ -4,6 +4,10 @@
# generated 2024-03-26, Mozilla Guideline v5.7, nginx 1.22.1, OpenSSL 3.0.11, modern configuration
# https://ssl-config.mozilla.org/#server=nginx&version=1.22.1&config=modern&openssl=3.0.11&guideline=5.7
{% if item.value.cache is defined %}
{{ item.value.cache }}
{% endif %}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;