From 7a194b02343a46b33867806525961fdfcba62290 Mon Sep 17 00:00:00 2001 From: Webysther Sperandio Date: Sun, 18 Sep 2022 06:51:15 +0200 Subject: [PATCH] Added support for cache using mime type --- backend/templates/_assets.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/templates/_assets.conf b/backend/templates/_assets.conf index dcb183c5..eca8e842 100644 --- a/backend/templates/_assets.conf +++ b/backend/templates/_assets.conf @@ -1,4 +1,5 @@ {% if caching_enabled == 1 or caching_enabled == true -%} # Asset Caching include conf.d/include/assets.conf; -{% endif %} \ No newline at end of file + expires $expires; +{% endif %}