Apache: Remove cache-control header for HTML responses

revision c63944940ff87cd2fbdf47847b475a01414a6c6f

raw

site.conf

1
2
3
Header always    unset Cache-Control "expr=%{CONTENT_TYPE} =~ m#text/html#"
Header onsuccess unset Cache-Control "expr=%{CONTENT_TYPE} =~ m#text/html#"
 

History