Add ability to exclude varnish caching for relative url's on a server level.
Ability to exclude varnish caching relative for url's on a server level. Need /availability to not be cached on all sites hosted on a server. Such as not caching the relative url /availability on all sites hosted on a server. Would prevent having to configure settings on multiple applications.
-
Game Geometry Dash commented
Prevent Varnish from caching the /availability path on any domain or site handled https://sprunki.org by the server.
-
Anna Luna commented
Adding the ability to exclude Varnish cache for relative URLs improves the accuracy and reliability of the served content, while maintaining optimal performance for other requests. https://poorbunny76.github.io/
-
Reed Alton commented
If you are using Varnish, you can achieve this by modifying the VCL (Varnish Configuration Language) file with a rule to bypass caching for that particular URL on all cached sites. Have you tried adding a condition in `vcl_recv` to set `pass` for requests matching `/availability`?
https://survivalrace2.io/