Skip to content
Snippets Groups Projects
Commit c7e9c3bb authored by jurgenhaas's avatar jurgenhaas
Browse files

Bug fix

parent 670774b7
Branches
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@
ExpiresDefault {{ apache_cache.default }}
{% for type in apache_cache.bytype %}
ExpiresByType {{ apache_cache.bytype.type }} {{ apache_cache.bytype.default }}
ExpiresByType {{ type.type }} {{ type.default }}
{% endfor %}
</IfModule>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment