You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For non-crawler users, this directs their browser to cache the response for a year.
In my case, the webpages in my app are now refusing to update in client browsers because of this long cache policy. I'm trying to alleviate the issue by modifying the response etag, but in the end, it's up to the browser to decide to revalidate the cache even though the cache expiration is a year.
The text was updated successfully, but these errors were encountered:
The nginx reverse proxy configuration sets a dangerous Cache-Control header that likely isn't intended for most users.
For non-crawler users, this directs their browser to cache the response for a year.
In my case, the webpages in my app are now refusing to update in client browsers because of this long cache policy. I'm trying to alleviate the issue by modifying the response etag, but in the end, it's up to the browser to decide to revalidate the cache even though the cache expiration is a year.
The text was updated successfully, but these errors were encountered: