feat: added optional cache
This commit is contained in:
parent
abdfa98e96
commit
e9809d5857
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue