Answer the question
In order to leave comments, you need to log in
Nginx browser caching?
Good afternoon
There is a site, Nginx proxies requests to apache, they are located on different servers. You need to enable image caching by the browser after adding
location ~* ^.+\.(jpg|jpeg|gif|png|ico)$ {
expires 60m;
}
Pictures generally cease to be displayed, what could be the problem?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question