diff --git a/templates/reverse_proxy.conf.j2 b/templates/reverse_proxy.conf.j2 index 7104047..0f47325 100644 --- a/templates/reverse_proxy.conf.j2 +++ b/templates/reverse_proxy.conf.j2 @@ -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;