Added support for cache using mime type

This commit is contained in:
Webysther Sperandio 2022-09-18 06:51:15 +02:00 committed by GitHub
parent d74949cc18
commit 7a194b0234
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
{% if caching_enabled == 1 or caching_enabled == true -%} {% if caching_enabled == 1 or caching_enabled == true -%}
# Asset Caching # Asset Caching
include conf.d/include/assets.conf; include conf.d/include/assets.conf;
{% endif %} expires $expires;
{% endif %}