Ye, its response headers. Thanks will try out.
On Fri, Oct 16, 2015 at 10:14 PM, Sudheer Vinukonda <[email protected]>
wrote:
> I presume you want to add it to the response headers.
>
> Something like the below should work:
>
> cond %{SEND_RESPONSE_HDR_HOOK} [AND]
> cond %{PATH} /(.js)|(.css)/
> add-header JS_OR_CSS 1 [L]
>
> Thanks,
>
> Sudheer
>
>
> On Friday, October 16, 2015 5:44 AM, Ram Chander <[email protected]>
> wrote:
>
>
> Hi,
>
> I want to add a header for css/js files. How to do that in header.config ?
> Thanks. Below adds the header for all filetypes.
>
>
> add-header Key Val
>
>
> head
>
>
>