We have configured nginx server to add cache control header to public and expiration time to 1month. But when we make a request from brower, client is adding Cache-control:no-cache header. Because of this everytime, it is downloading the content fresh instead of serving the cached version.
how can i make to cache static files?
If I fire the request from terminal, cache-control header added by server is visible in response headers.

