Currently I'm using these lines to configure http caching within my Nginx: location /schools { expires 2d; add_header Cache-Control public; ... }
On Sun, Jan 13, 2019 at 7:57 PM Richard Demeny <richarddem...@gmail.com> wrote: > browser cache = client-side cache. > > nginx cache = server-side cache. > > Set cache expiry flag ? > > On Sunday, January 13, 2019, shahzaib mushtaq <shahzaib...@gmail.com> > wrote: > >> Hi, >> >> We've a location like /school for which we want to set browser cache >> lifetime as 'current month'. Suppose /school is accessed on 10th January, >> its cache should be valid until end of January not 10th February and if >> accessed on 25th February its validity must be until the end of February >> month. >> >> Is it possible in Nginx ? >> >> Regards. >> Shahzaib >> > _______________________________________________ > nginx mailing list > nginx@nginx.org > http://mailman.nginx.org/mailman/listinfo/nginx
_______________________________________________ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx