Tag Archives: nginx

Nginx – How to set expires headers for images

In Nginx, you can easily set browser caching for your images. Nginx sets the ‘Expires’ and ‘Cache-Control’ http request headers for images nginx serves. This allows the client’s browser to cache the images for the amount of time specified by … Continue reading

Posted in nginx | Tagged , , , , | 1 Comment