We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 985bb0f commit 97abc68Copy full SHA for 97abc68
templates/mod/cache.conf.epp
@@ -26,5 +26,5 @@ CacheLock <%= $cache_lock %>
26
CacheIgnoreCacheControl <%= $cache_ignore_cache_control %>
27
<%- } -%>
28
<%- if $cache_ignore_headers { -%>
29
-CacheIgnoreHeaders <% $cache_ignore_headers.each |$header| { %><%= $header %> <% } %>
+CacheIgnoreHeaders <% $cache_ignore_headers.join(' ') %>
30
0 commit comments