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 a84601c commit 6c29fbfCopy full SHA for 6c29fbf
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