Added support for cache using mime type
This commit is contained in:
parent
d74949cc18
commit
7a194b0234
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{% if caching_enabled == 1 or caching_enabled == true -%}
|
||||
# Asset Caching
|
||||
include conf.d/include/assets.conf;
|
||||
{% endif %}
|
||||
expires $expires;
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue