Hi,
Thanks for your kind reply.
I have added the below lines in my vhosts.conf using headers-more-module
location /my/url {
more_set_headers 'Cache-Control: no-cache';
}
But this throws error 404 at me for that url.
Requirement: I want to tell cloudfront to proxy a request to specific url to the origin server.
Thanks!
Avinash.